mirror of
https://github.com/lyx0/nourybot.git
synced 2024-11-13 19:49:55 +01:00
change robohash aliases to robo and robohash
This commit is contained in:
parent
ac5f3af45a
commit
9bd0719877
1 changed files with 2 additions and 2 deletions
|
@ -273,10 +273,10 @@ func Command(message twitch.PrivateMessage, nb *bot.Bot) {
|
||||||
commands.RandomXkcd(target, nb)
|
commands.RandomXkcd(target, nb)
|
||||||
return
|
return
|
||||||
|
|
||||||
case "robohash":
|
case "robo":
|
||||||
commands.RoboHash(target, message, nb)
|
commands.RoboHash(target, message, nb)
|
||||||
return
|
return
|
||||||
case "hash":
|
case "robohash":
|
||||||
commands.RoboHash(target, message, nb)
|
commands.RoboHash(target, message, nb)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue