diff --git a/pkg/handlers/command.go b/pkg/handlers/command.go index 1aa2b1d..462605b 100644 --- a/pkg/handlers/command.go +++ b/pkg/handlers/command.go @@ -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