Well, I tried to send a picture from a specific folder but the bot can't find it. Is that me, I can't write code that would search a folder well. I would also like the bot to send images from the url.
Here is my code:
@commands.command()
async def picture(self, ctx, picture):
await ctx.send(file = discord.File(picture))
await ctx.message.delete()
I'm just learning Python, so any help is appreciated.