From 9bd0719877419cdb5cc10dd279d76b165c669294 Mon Sep 17 00:00:00 2001 From: lyx0 Date: Sat, 23 Oct 2021 19:08:34 +0200 Subject: [PATCH] change robohash aliases to robo and robohash --- pkg/handlers/command.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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