Problem with capitalization in registered commands
LadyCailinBot opened this issue ยท 2 comments
CMDHELPER-3046 - Reported by PseudoKnight
If someone capitalizes their command with register_command(), it will send a usage message instead of going to the executor, even if they run the command exactly. I suggest automatically lower casing commands sent to register_command().