This commit is contained in:
= 2025-04-07 18:05:19 +07:00
parent c530ab4f2b
commit 3cfa4e41f2

View File

@ -10,3 +10,6 @@ class AI(commands.Cog):
async def on_message_create(self, message: nextcord.Message):
print(message.content)
self.client.process_application_commands(message)
def setup(bot):
bot.add_cog(AI(bot))