forgot a return

This commit is contained in:
lyx0 2021-10-15 18:29:52 +02:00
parent 23347ac85f
commit 3cf9fd1df9

View file

@ -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":