mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
still can't alphabet correctly
This commit is contained in:
parent
d63c78c631
commit
9c7f918a07
1 changed files with 3 additions and 3 deletions
|
@ -107,9 +107,6 @@ func HandleCommand(message twitch.PrivateMessage, twitchClient *twitch.Client, u
|
||||||
commands.Uptime(message.Channel, cmdParams[1], twitchClient)
|
commands.Uptime(message.Channel, cmdParams[1], twitchClient)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
case "xd":
|
|
||||||
commands.Xd(message.Channel, twitchClient)
|
|
||||||
return
|
|
||||||
case "weather":
|
case "weather":
|
||||||
if msgLen == 1 {
|
if msgLen == 1 {
|
||||||
twitchClient.Say(message.Channel, "Usage: ()weather [location]")
|
twitchClient.Say(message.Channel, "Usage: ()weather [location]")
|
||||||
|
@ -118,6 +115,9 @@ func HandleCommand(message twitch.PrivateMessage, twitchClient *twitch.Client, u
|
||||||
commands.Weather(message.Channel, message.Message[9:len(message.Message)], twitchClient)
|
commands.Weather(message.Channel, message.Message[9:len(message.Message)], twitchClient)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
case "xd":
|
||||||
|
commands.Xd(message.Channel, twitchClient)
|
||||||
|
return
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue