mirror of
https://github.com/Fluffy-Bean/Lynxie.git
synced 2025-06-05 02:03:14 +00:00
Fix animal alias
This commit is contained in:
parent
efcba1f555
commit
73431bccd4
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue