This commit is contained in:
lyx0 2021-10-18 20:34:04 +02:00
parent dab9ff05aa
commit a8abdbdf9a

View file

@ -222,7 +222,7 @@ func HandleCommand(message twitch.PrivateMessage, twitchClient *twitch.Client, u
}
case "uid":
if msgLen == 1 {
twitchClient.Say(message.Channel, "Usage: ()userid [username]")
twitchClient.Say(message.Channel, "Usage: ()uid [username]")
return
} else {
commands.Userid(message.Channel, cmdParams[1], twitchClient)