diff --git a/pkg/commands/tinyfox/tinyfox.go b/pkg/commands/tinyfox/tinyfox.go index c6334c2..afffd63 100644 --- a/pkg/commands/tinyfox/tinyfox.go +++ b/pkg/commands/tinyfox/tinyfox.go @@ -83,7 +83,7 @@ var animalAliases = map[string]string{ func RegisterTinyfoxCommands(bot *handler.Bot) { bot.RegisterCommand("animal", registerAnimal(bot)) - bot.RegisterCommandAlias("bot", "animal") + bot.RegisterCommandAlias("a", "animal") } func registerAnimal(bot *handler.Bot) handler.Callback {