Fix it....
Once a command handler is implemented, update the custom queue system to prevent custom queues from sharing the same name as an existing command. Current implementation references a list of "valid commands" but this list isn't quite up to date. Ideally there would be some automatic population of a global handler for what commands exist when the bot is launched.
Fix it....
Once a command handler is implemented, update the custom queue system to prevent custom queues from sharing the same name as an existing command. Current implementation references a list of "valid commands" but this list isn't quite up to date. Ideally there would be some automatic population of a global handler for what commands exist when the bot is launched.