This commit is contained in:
= 2025-04-07 18:34:40 +07:00
parent f9ec1b890f
commit e9a7ce2eb1

View File

@ -39,7 +39,7 @@ class AI(commands.Cog):
@commands.Cog.listener() @commands.Cog.listener()
async def on_message(self, message: nextcord.Message): async def on_message(self, message: nextcord.Message):
print(message.content) print(message.content)
await self.client.process_application_commands(message) await self.client.process_commands(message)
SquogMention = False SquogMention = False