Fix #1049: missing space before embeds (discord) (#1124)

This commit is contained in:
Qais Patankar
2020-05-06 23:19:48 +01:00
committed by GitHub
parent 2d8f749e36
commit 52a071e34d
2 changed files with 6 additions and 6 deletions

View File

@@ -217,7 +217,7 @@ func handleEmbed(embed *discordgo.MessageEmbed) string {
i++
if i == 1 {
result += "embed: " + e
result += " embed: " + e
continue
}