correct typo...

This commit is contained in:
Michał Gdula 2025-05-11 23:51:44 +01:00
parent 972e1371fd
commit 573296e7d0

View file

@ -86,7 +86,7 @@ func (b *Bot) handler(session *discordgo.Session, message *discordgo.MessageCrea
defer func() { defer func() {
if r := recover(); r != nil { if r := recover(); r != nil {
printError(b, h, errors.Error{ printError(b, h, errors.Error{
Msg: "But the b simply refused", Msg: "But the bot simply refused",
Err: fmt.Errorf("%v", r), Err: fmt.Errorf("%v", r),
}) })
} }