MenuDocs / Pyro

A Python Discord Bot
Apache License 2.0
26 stars 6 forks source link

Case insensitivity is a lie, fix it. #38

Closed Skelmis closed 3 years ago

Skelmis commented 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

Skelmis commented 3 years ago

Case insensitivity works on things implementing the GroupMixin, not prefixes. Look into casefolding prefixes within get_prefix to check things