ayn2op / discordo

A lightweight, secure, and feature-rich Discord terminal client.
MIT License
2.25k stars 70 forks source link

feat: color-coded & formatted emotes (#427) #428

Closed Retropaint closed 2 months ago

Retropaint commented 2 months ago

Closes #427

Beyond the regex to format the emote (probably doesn't account for all characters), this pull also adds emote_color to theme.messages_text in config. Because of that though, the config has to be loaded in markdown.go and therefore an Init() has been added, called in run.go. Hopefully this is a good way of going about it.