This commit is contained in:
2024-11-15 00:56:23 +01:00
parent ff2669d079
commit b98e3e4ebc
+1 -1
View File
@@ -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)