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)
|
||||
return
|
||||
|
||||
case "robohash":
|
||||
case "robo":
|
||||
commands.RoboHash(target, message, nb)
|
||||
return
|
||||
case "hash":
|
||||
case "robohash":
|
||||
commands.RoboHash(target, message, nb)
|
||||
return
|
||||
|
||||
|
|
Loading…
Reference in a new issue