IshanManchanda / DeepFryBot

Discord bot for all your deep frying needs. Cookbook included.
MIT License
5 stars 0 forks source link

Enable frying embeds as well #10

Open todo[bot] opened 3 years ago

todo[bot] commented 3 years ago

https://github.com/IshanManchanda/DeepFryBot/blob/97da2a7dc526d1010a4cced88948e368c0576408/bot.py#L36-L41


This issue was generated by todo based on a TODO comment in 97da2a7dc526d1010a4cced88948e368c0576408 when #9 was merged. cc @IshanManchanda.
IshanManchanda commented 3 years ago

Currently only attachments are fried as they provide a direct way to download the file to a bytes object.

Look into the embed URL and if it links to an image: Download it via the requests library and proceed as usual.