I have this code:
@client.event
async def on_message(message):
print(message.author)
print(message.content)
this code prints a feed of all of the messages send from channels that the bot has permissions to see. basically i'm trying to write code that does the same with dms. and I can't figure out how.