finished secret dm handling

This commit is contained in:
2024-11-15 18:47:29 +01:00
parent e290e7d656
commit 230242bf5c
+2 -2
View File
@@ -102,8 +102,8 @@ class Events(commands.Cog):
user = await self.bot.fetch_user(item) user = await self.bot.fetch_user(item)
channel = await user.create_dm() channel = await user.create_dm()
self.logger.info("User %s -> %s: %s", ctx.message.author, user, message_txt) self.logger.info("User %s -> %s: %s", ctx.message.author, user, message_txt)
#await channel.send(message_txt) await channel.send(message_txt)
await ctx.reply("Poszło")
@commands.Cog.listener() @commands.Cog.listener()