Closed Skelmis closed 3 years ago
case_insensitive=True does not work as intended. It appears to not care. This might be due to having a callable for get_prefix but who knows
case_insensitive=True
get_prefix
Case insensitivity works on things implementing the GroupMixin, not prefixes. Look into casefolding prefixes within get_prefix to check things
GroupMixin
case_insensitive=True
does not work as intended. It appears to not care. This might be due to having a callable forget_prefix
but who knows