Embed color doesn't change from black to white.
Daaaaaaniel opened this issue · 1 comments
Daaaaaaniel commented
I used part of the code that was used for the embed color in the whois.js file in episode 4,
member.displayHexColor === '#000000' ? '#ffffff' : member.displayHexColor
but it doesn't seem to do anything at all, it just keeps the gray-ish color on the embed. How do I make it so it actually changes the color to white?
Daaaaaaniel commented
Found out that embed color for some reason cannot be completely white so that's the reason it wasn't changing.