Add COLOR argument type for Slash Commands #3293
Replies: 7 comments 2 replies
-
I support this, it would especially be useful for changing role color |
Beta Was this translation helpful? Give feedback.
-
totally support |
Beta Was this translation helpful? Give feedback.
-
It might be better to translate always the color to a hex value, or having color-name and color-hex be separate options so that bots don't have to filter the input. |
Beta Was this translation helpful? Give feedback.
-
Just have it as a color picker, so users don't have to find the color from browser. |
Beta Was this translation helpful? Give feedback.
-
I think a color picker option would be super useful, Discord already has one in the role menu, the API could respond in the same color type as role colors work |
Beta Was this translation helpful? Give feedback.
-
Perhaps colour picker options can have the background of the option be the colour that you pick? |
Beta Was this translation helpful? Give feedback.
-
This good function for hex or rgb input |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Add a COLOR type for slash commands. Two options to enter colors, hex and names. If a color name is entered, it should be translated by the client/Discord to English before sending to the bot.
Why This is Needed
Bots can use colors to generate images and do other things.
Alternatives Considered
Using a string type for colors and manually separate them between hex and color names.
Additional Details
The color string should also be able to take specific color names or colors in a specific range. (defined by the bot).
Beta Was this translation helpful? Give feedback.
All reactions