diff --git a/ai_commands.py b/ai_commands.py index 19f7b4b..5736f49 100644 --- a/ai_commands.py +++ b/ai_commands.py @@ -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()