diff --git a/ai_commands.py b/ai_commands.py index 51fa4bc..a070f9c 100644 --- a/ai_commands.py +++ b/ai_commands.py @@ -70,6 +70,7 @@ class Events(commands.Cog): if message.author.id == 346956223645614080: #hammer pisze dma member = self.bot.get_user(703985955312238664) + print(member) channel = await member.create_dm() await channel.send(message.content) await message.reply(f"Poszlo do Saint {message.content}")