CommandHelper

CommandHelper

46.5k Downloads

Problem with capitalization in registered commands

LadyCailinBot opened this issue ยท 2 comments

commented

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().

commented

Comment by LadyCailin

Fixed with PR 273

commented

Comment by jb_aero

Good catch, as usual