Ejemplo: usuario de mensaje discord.py
if message.content == "dm":
await message.channel.send("Dming user")
dm = await message.author.create_dm() # Creates a dm channel with the user
await dm.send("What you want to send") # Sends the user the message
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)