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