Answers for "discord py send dm"

9

discord.py send image

await channel.send(file=discord.File('path/to/image.png'))
Posted by: Guest on July-03-2020
1

send dm discord py

await user.send("hi this is a dear message")
Posted by: Guest on August-15-2021
0

send dm discord py

channel = await member.create_dm()
await channel.send("hi this is a dear message")
Posted by: Guest on August-15-2021

Python Answers by Framework

Browse Popular Code Answers by Language