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
Working with discord embed colors is quite annoying and you typically either end up with a rather large hard-coded map or just random integers around.
I'm aware discordgo aims to be a low-level direct mapping to the API but I believe there would be good value in adding a "typed" map of some default colors available in the package kinda like how some of the python libs do.
My suggestion would be to include something like the named CSS Colors by default
Hi!
Working with discord embed colors is quite annoying and you typically either end up with a rather large hard-coded map or just random integers around.
I'm aware discordgo aims to be a low-level direct mapping to the API but I believe there would be good value in adding a "typed" map of some default colors available in the package kinda like how some of the python libs do.
My suggestion would be to include something like the named CSS Colors by default
This could be something like
I'd be happy to contribute this however because it's a bit out of scope I'm opening this issue to have a discussion first
The text was updated successfully, but these errors were encountered: