I have got a discord bot and it works fine, I've just got one problem: If the bot sends a DM to someone due to some command, I want it to receive the answer to that DM. I don't get it working for DMs. I've tried some stuff I've found on the internet but nothing was even close to working. Any help would be much appreciated :) Here's what I've tried (I'm sorry I can't give you that much)
@bot.event
async def on_private_message(ctx):
if ctx.channel.id == ctx.author.dm_channel.id:
# here I've tried using ctx.content in several ways but there was no ctx.content...