aboutsummaryrefslogtreecommitdiff
path: root/examples/edits.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2018-03-06 00:37:12 -0500
committerRapptz <[email protected]>2018-03-06 00:37:12 -0500
commit871a262ee37aa09c557b8543f18fd699b940c07f (patch)
tree19a6039e4d7d927221f05fd9b38e7dd91137bcfc /examples/edits.py
parentFix typo in TextChannel.delete_messages documentation. (diff)
downloaddiscord.py-871a262ee37aa09c557b8543f18fd699b940c07f.tar.xz
discord.py-871a262ee37aa09c557b8543f18fd699b940c07f.zip
[commands] Add ability to have case insensitive commands.
This is powered by a dict-like class for the people who want to opt-in to the performance downgrade for usability for majority English speaking users. Since it is slower than the regular dict due to the excessive calls to str.lower along with the possibilities of gotchas for other languages outside of English, this is kept as False for the default case.
Diffstat (limited to 'examples/edits.py')
0 files changed, 0 insertions, 0 deletions