diff --git a/VocalMaisBot.py b/VocalMaisBot.py index 607c97b..d1aafea 100755 --- a/VocalMaisBot.py +++ b/VocalMaisBot.py @@ -20,8 +20,9 @@ class VocalMaisBot(commands.Cog): super().__init__() self.bot = commands.Bot( commands.when_mentioned, - intents = discord.Intents(voice_states = True, guild_messages = True, guilds = True), help_command = commands.MinimalHelpCommand(), + intents = discord.Intents(voice_states = True, guild_messages = True, guilds = True), + allowed_mentions = discord.AllowedMentions.none(), ) self.bot.add_cog(self) self.channels_config = channels_config