diff --git a/ai_commands.py b/ai_commands.py index 5d370f5..468a78f 100644 --- a/ai_commands.py +++ b/ai_commands.py @@ -102,7 +102,7 @@ class Events(commands.Cog): return if isinstance(message.channel, discord.DMChannel): self.logger.info(message.author.id) - for superfryta in SPECJALNE_ZIEMNIACZKI: + for superfryta in SPECJALNE_ZIEMNIACZKI.values(): self.logger.info(superfryta[0]) if message.author.id == superfryta[0]: await self.bot.process_commands(message)