commit 2ee848b90c50b87153fa45e60f23061cc51fac3e
Author: Qais Patankar <qaisjp@gmail.com>
Date: Thu Dec 31 15:51:49 2020 +0000
diff --git a/bridge/discord/webhook.go b/bridge/discord/webhook.go
index 16938bc..7dacc7c 100644
--- a/bridge/discord/webhook.go
+++ b/bridge/discord/webhook.go
@@ -1367 +1367 @@ func (b *Bdiscord) handleEventWebhook(msg *config.Message, channelID string) (st
b.Log.Debugf("Processing webhook sending for message %#v", msg)
discordMsg, err := b.webhookSend(msg, channelID)
if err != nil {
- b.Log.Errorf("Could not broadcast via webook for message %#v: %s", msg, err)
+ b.Log.Errorf("Could not broadcast via webhook for message %#v: %s", msg, err)
return "", err
}
if discordMsg == nil {