You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
Given that we are limited by ANSI colors we also need to incorporate a switch to get the closest ANSI color to the given decimal color representations. Which will completely break if Discord decided to add a color picker in it's client, so it has to have some nasty if/elseif/else statements to check for color ranges.
But the biggest problem is the for loop for every received message. That is just too much. It also means that the program will slowdown if a guild would have many roles.
I assume the official react client does some state magic to get the colors of the users. But for now this issue gets postponed
Everything is green now, please fix.
The text was updated successfully, but these errors were encountered: