From b89102c5fcb96c5c40ca3d2ed673b6deefe92e64 Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Thu, 31 Dec 2020 15:51:49 +0000 Subject: Fix 'webook' typo in discord/webhook.go (#1344) --- bridge/discord/webhook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3