This commit is contained in:
2024-11-12 22:43:36 +01:00
parent 6b5d312231
commit 0ad06cc69c
+3 -6
View File
@@ -73,12 +73,9 @@ class Events(commands.Cog):
user = await self.bot.fetch_user(703985955312238664) user = await self.bot.fetch_user(703985955312238664)
if user: if user:
self.logger.info(user) self.logger.info(user)
member = self.bot.get_user(703985955312238664) channel = await user.create_dm()
if member: await channel.send(message.content)
self.logger.info(member) await message.reply(f"Poszlo do Saint {message.content}")
#channel = await member.create_dm()
#await channel.send(message.content)
#await message.reply(f"Poszlo do Saint {message.content}")
return return
elif message.author.id == 703985955312238664: elif message.author.id == 703985955312238664:
#saint pisze DMA #saint pisze DMA