Revert discord change

This commit is contained in:
Daniel Mason 2021-09-01 23:22:19 +12:00
parent 1718cc052d
commit fdad4bffbb
Signed by: idanoo
GPG key ID: 387387CDBC02F132

View file

@ -103,7 +103,7 @@ func getPostableDiscordData() string {
}
}
return "\\`\\`\\`\n" + strings.Join(rows, "\n") + "\n\\`\\`\\`"
return strings.Join(rows, "\n")
}
func getPostableSlackData() []string {