diff options
Diffstat (limited to 'bridge/discord/webhook.go')
-rw-r--r-- | bridge/discord/webhook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/discord/webhook.go b/bridge/discord/webhook.go index 16938bc3..7dacc7cd 100644 --- a/bridge/discord/webhook.go +++ b/bridge/discord/webhook.go @@ -136,7 +136,7 @@ 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 { |