EverOddish / DrFujiBot

DrFujiBot is a client-side Twitch chat bot that provides a command-based interface to Pokemon data.
GNU General Public License v3.0
9 stars 9 forks source link

Changing name of built-in commands results in loss of function #41

Closed wyrde closed 2 years ago

wyrde commented 2 years ago

A built in command has a entry field to change its name. Example: !pokemon to !poke Afterwords: !poke pikachu: no result in the console !pokemon pikachu: no result in console

Changing the command back to !pokemon results in the command working again.

!pokemon pikachu: result pikachu's info

EverOddish commented 2 years ago

Fixed in v2.0.23. Thanks for the bug report!