Some Guy
Some Guy

Reputation: 31

How can I display a HTML page in discord using a bot with python?

I'd like to display an embed with a picture using HTML, but I couldnt find anything online using python to do it. Is that even possible? if it is I would love an explanation.

I tried searching, couldnt find anything about it.

Upvotes: 3

Views: 6467

Answers (1)

AdelSd
AdelSd

Reputation: 21

Makes sense, sounded like a ChatGPT generated answer... AFAIK you can't get HTML embeds on Discord (which is a pain in the arse as it could make the experience much more enjoyable for bot users). One way you could tackle this though is by generating a picture of the content you want to be sent stored on a server you have access to and have the bot share said picture. Lots of cons here, but that's the best I figured out. Good luck.

Upvotes: 2

Related Questions