diff --git a/cogs/text_service_cog.py b/cogs/text_service_cog.py index 25a6221..b7a6e95 100644 --- a/cogs/text_service_cog.py +++ b/cogs/text_service_cog.py @@ -572,8 +572,6 @@ class GPT3ComCon(discord.Cog, name="GPT3ComCon"): if f"<@{self.bot.user.id}>" in message.content and not ( "@everyone" in message.content or "@here" in message.content ): - - # Remove the mention from the message prompt = message.content.replace(self.bot.user.mention, "") # If the message is empty, don't process it