diff --git a/ai_commands.py b/ai_commands.py index b68aeeb..be196f1 100644 --- a/ai_commands.py +++ b/ai_commands.py @@ -73,7 +73,7 @@ class Events(commands.Cog): await channel.send("Słyszałem ja żem że: " + message.content) return channel = message.channel - await self.bot.process_commands(message) + #await self.bot.process_commands(message) #uncomment to bilocate message.content = message.content.lower()