mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-06-29 05:16:18 +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() {
|
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),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue