xynxynxyn / terminal-discord

NOT MAINTAINED Simple terminal client for discord with a minimal look and UI
MIT License
169 stars 16 forks source link

Color support does not work consistently #14

Open ekzyis opened 6 years ago

ekzyis commented 6 years ago

When starting the client and selecting a channel, sometimes there are no colors for users. When reselecting the channel, previously in all cases, the colors for users did show up then.

According to @xynxynxyn, this is due to loading not being fast enough from a member (here: message.member.displayHexColor)

The code causing issues should be this one: https://github.com/xynxynxyn/terminal-discord/blob/b046b4cd3027068fd3adebf780b360616896fe94/index.js#L440-L451