#Reply to user with decorated text based on HTML

7 messages · Page 1 of 1 (latest)

distant heath
#

Hi, I'm looking for something like the opposite of discord-html-transcripts.
I'm writing a bot that allows looking up terms from a wiki site. The description of a term often contains primitive text styling, like color (inline CSS) or <b> / <strong> etc.

What should I look into? Embeds? Write my own primitive converter that only does the normal Discord markdown formatting?

elder canyonBOT
tidal island
#

discord does not offer you a display surface for abitrary html

#

you'll have to boil your HTML down to discord supported markdown

#

text colors are a prime example for something that cannot be translated

distant heath