mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-05-14 08:02:17 +00:00
correct typo...
This commit is contained in:
parent
972e1371fd
commit
573296e7d0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ func (b *Bot) handler(session *discordgo.Session, message *discordgo.MessageCrea
|
|||
defer func() {
|
||||
if r := recover(); r != nil {
|
||||
printError(b, h, errors.Error{
|
||||
Msg: "But the b simply refused",
|
||||
Msg: "But the bot simply refused",
|
||||
Err: fmt.Errorf("%v", r),
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue