This can be accomplished, as the discord bot is able to retrieve a PNG stream from the emote. [Here is an example for rendering an image inline with chat.](https://github.com/talent-bearers/quaeritum/blob/master/src/main/java/eladkay/quaeritum/client/core/ChatChanger.kt#L97-L173)
This can be accomplished, as the discord bot is able to retrieve a PNG stream from the emote.
Here is an example for rendering an image inline with chat.