diff --git a/ai_commands.py b/ai_commands.py index a725b11..1a6a241 100644 --- a/ai_commands.py +++ b/ai_commands.py @@ -118,7 +118,7 @@ class Events(commands.Cog): else: for superfryta in SPECJALNE_ZIEMNIACZKI.values(): recipients.append(superfryta[0]) - + self.logger.info(recipients) for item in recipients: user = await self.bot.fetch_user(item) channel = await user.create_dm()