mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 21:38:38 +00:00
finished secret dm handling
This commit is contained in:
+2
-2
@@ -102,8 +102,8 @@ class Events(commands.Cog):
|
||||
user = await self.bot.fetch_user(item)
|
||||
channel = await user.create_dm()
|
||||
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()
|
||||
|
||||
Reference in New Issue
Block a user