mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
forgot a return
This commit is contained in:
parent
23347ac85f
commit
3cf9fd1df9
1 changed files with 1 additions and 0 deletions
|
@ -106,6 +106,7 @@ func HandleCommand(message twitch.PrivateMessage, twitchClient *twitch.Client, u
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
commands.Fill(message.Channel, message.Message[7:len(message.Message)], twitchClient)
|
commands.Fill(message.Channel, message.Message[7:len(message.Message)], twitchClient)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
case "pyramid":
|
case "pyramid":
|
||||||
|
|
Loading…
Reference in a new issue