Commands now case-insensitive

This commit is contained in:
Elnath 2021-07-13 00:30:02 +02:00
parent 5760ea201e
commit 7e60012118
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class SecretBot(commands.Cog):
super().__init__()
self.bot = commands.Bot(
"!",
case_insensitive = True,
help_command = commands.MinimalHelpCommand(),
intents = discord.Intents(guild_messages = True, guilds = True, members = True, reactions = True),
allowed_mentions = discord.AllowedMentions.none(), # By default we do not allow mentions, as we will white-list them on each required message