mirror of
https://github.com/idanoo/NZCovidBot
synced 2025-07-02 19:52:14 +00:00
Revert discord change
This commit is contained in:
parent
1718cc052d
commit
fdad4bffbb
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ func getPostableDiscordData() string {
|
|||
}
|
||||
}
|
||||
|
||||
return "\\`\\`\\`\n" + strings.Join(rows, "\n") + "\n\\`\\`\\`"
|
||||
return strings.Join(rows, "\n")
|
||||
}
|
||||
|
||||
func getPostableSlackData() []string {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue