From 7e6001211885cb4e8f0295a14bade71787585a37 Mon Sep 17 00:00:00 2001 From: Elnath Date: Tue, 13 Jul 2021 00:30:02 +0200 Subject: [PATCH] Commands now case-insensitive --- SecretBot.py | 1 + 1 file changed, 1 insertion(+) diff --git a/SecretBot.py b/SecretBot.py index a26a429..7a91954 100755 --- a/SecretBot.py +++ b/SecretBot.py @@ -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