discord.py send images url code example
Example 1: discord.py send image
await channel.send(file=discord.File('path/to/image.png'))
Example 2: fetch image url discord py
message.attachments[0].url
await channel.send(file=discord.File('path/to/image.png'))
message.attachments[0].url