I want to use images in my local machine for my bot. But so far I have only heard that it accepts URLs from a website, for example. How do I use my own images? If I understand it correctly, the API uses the URLs to go the site and pick the image. I'm not sure about that. If there's a way to do it, can anyone tell?
Example as to what I mean:
@bot.command()
async def foo(ctx):
. . .
embed.set_image(<directory to the file location>)
. . .
I'm pretty sure this is not possible by how the API makes embeds, but please let me know. Thanks in advance!