Enable discord rich text formatting for plugin users. Seamless for non-users.
Works using custom-made invisible base16 encoder and decoder.
(num_base16e
, ascii_base16d
etc.)
All formatted messages must be preceded by the [formatted]
tag.
Implemented tags:
blink
(to be implemented), marquee
(moving text/images), center
(center objects)discordapp.com
and discord.com
domains allowed. Default width and height are 320x180[formatted][marquee][h2]--- Welcome to my server! ---[/h2][/marquee]
[center][color #ff0000][h3]Rules[/h3][/color]
...
...
...
[/center]
[center][color #ff00ff][h3]Channels[/h3][/color]
...
...
...
[/center]
[marquee]------Have fun!------[/marquee]