From b98e3e4ebcff4c5f6be53c13cd021c107638d69c Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Fri, 15 Nov 2024 00:56:23 +0100 Subject: [PATCH] Fix --- ai_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)