summaryrefslogtreecommitdiffstats
path: root/bridge/discord/handlers.go
diff options
context:
space:
mode:
authorQais Patankar <qaisjp@gmail.com>2020-05-06 23:19:48 +0100
committerGitHub <noreply@github.com>2020-05-07 00:19:48 +0200
commit52a071e34d4e7d0ba69f41619d854d304e77b05d (patch)
tree23d2807885c6600a17c9544fe84e92dc5a4e1377 /bridge/discord/handlers.go
parent2d8f749e361eeca5da698138a42e182fdfea4713 (diff)
downloadmatterbridge-msglm-52a071e34d4e7d0ba69f41619d854d304e77b05d.tar.gz
matterbridge-msglm-52a071e34d4e7d0ba69f41619d854d304e77b05d.tar.bz2
matterbridge-msglm-52a071e34d4e7d0ba69f41619d854d304e77b05d.zip
Fix #1049: missing space before embeds (discord) (#1124)
Diffstat (limited to 'bridge/discord/handlers.go')
-rw-r--r--bridge/discord/handlers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/discord/handlers.go b/bridge/discord/handlers.go
index 79697266..c209da18 100644
--- a/bridge/discord/handlers.go
+++ b/bridge/discord/handlers.go
@@ -217,7 +217,7 @@ func handleEmbed(embed *discordgo.MessageEmbed) string {
i++
if i == 1 {
- result += "embed: " + e
+ result += " embed: " + e
continue
}