mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
fix typo
This commit is contained in:
parent
dab9ff05aa
commit
a8abdbdf9a
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ func HandleCommand(message twitch.PrivateMessage, twitchClient *twitch.Client, u
|
||||||
}
|
}
|
||||||
case "uid":
|
case "uid":
|
||||||
if msgLen == 1 {
|
if msgLen == 1 {
|
||||||
twitchClient.Say(message.Channel, "Usage: ()userid [username]")
|
twitchClient.Say(message.Channel, "Usage: ()uid [username]")
|
||||||
return
|
return
|
||||||
} else {
|
} else {
|
||||||
commands.Userid(message.Channel, cmdParams[1], twitchClient)
|
commands.Userid(message.Channel, cmdParams[1], twitchClient)
|
||||||
|
|
Loading…
Reference in a new issue