AI fix
This commit is contained in:
parent
f9ec1b890f
commit
e9a7ce2eb1
@ -39,7 +39,7 @@ class AI(commands.Cog):
|
||||
@commands.Cog.listener()
|
||||
async def on_message(self, message: nextcord.Message):
|
||||
print(message.content)
|
||||
await self.client.process_application_commands(message)
|
||||
await self.client.process_commands(message)
|
||||
|
||||
SquogMention = False
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user