Merge pull request #21

* [BREAKING] Make case_insensitive default to True on groups and commands
This commit is contained in:
Arthur
2021-09-02 21:28:03 +02:00
committed by GitHub
parent 13834d1147
commit 092fbca08f
2 changed files with 3 additions and 3 deletions

View File

@@ -1120,7 +1120,7 @@ class Bot(BotBase, discord.Client):
when passing an empty string, it should always be last as no prefix
after it will be matched.
case_insensitive: :class:`bool`
Whether the commands should be case insensitive. Defaults to ``False``. This
Whether the commands should be case insensitive. Defaults to ``True``. This
attribute does not carry over to groups. You must set it to every group if
you require group commands to be case insensitive as well.
description: :class:`str`