From 8a2ed5f71305bba78e862228f068666db4a83765 Mon Sep 17 00:00:00 2001 From: Reach Date: Thu, 6 May 2021 16:25:09 +0200 Subject: [PATCH] Fix typo --- bridge/discord/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/discord/helpers.go b/bridge/discord/helpers.go index c8cdb58c..4e453ad7 100644 --- a/bridge/discord/helpers.go +++ b/bridge/discord/helpers.go @@ -10,7 +10,7 @@ import ( ) func (b *Bdiscord) getAllowedMentions() *discordgo.MessageAllowedMentions { - // If AllowMention is not specified, then allow all mentions (defautl Discord behavior) + // If AllowMention is not specified, then allow all mentions (default Discord behavior) if !b.IsKeySet("AllowMention") { return nil }