change robohash aliases to robo and robohash

This commit is contained in:
lyx0 2021-10-23 19:08:34 +02:00
parent ac5f3af45a
commit 9bd0719877

View file

@ -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