This commit is contained in:
Reach
2021-05-06 16:25:09 +02:00
parent 1ccc08cfda
commit 8a2ed5f713

View File

@@ -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
}