Answers for "posting image discord py"

9

discord.py send image

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

fetch image url discord py

message.attachments[0].url
Posted by: Guest on April-18-2021

Python Answers by Framework

Browse Popular Code Answers by Language