mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
feat(Util): add YELLOW to ColorResolvable (#3182)
This commit is contained in:
@@ -422,6 +422,7 @@ exports.Colors = {
|
||||
AQUA: 0x1ABC9C,
|
||||
GREEN: 0x2ECC71,
|
||||
BLUE: 0x3498DB,
|
||||
YELLOW: 0xFFFF00,
|
||||
PURPLE: 0x9B59B6,
|
||||
LUMINOUS_VIVID_PINK: 0xE91E63,
|
||||
GOLD: 0xF1C40F,
|
||||
|
||||
@@ -251,6 +251,7 @@ class Util {
|
||||
* - `AQUA`
|
||||
* - `GREEN`
|
||||
* - `BLUE`
|
||||
* - `YELLOW`
|
||||
* - `PURPLE`
|
||||
* - `LUMINOUS_VIVID_PINK`
|
||||
* - `GOLD`
|
||||
|
||||
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -1685,9 +1685,11 @@ declare module 'discord.js' {
|
||||
}
|
||||
|
||||
type ColorResolvable = 'DEFAULT'
|
||||
| 'WHITE'
|
||||
| 'AQUA'
|
||||
| 'GREEN'
|
||||
| 'BLUE'
|
||||
| 'YELLOW'
|
||||
| 'PURPLE'
|
||||
| 'LUMINOUS_VIVID_PINK'
|
||||
| 'GOLD'
|
||||
|
||||
Reference in New Issue
Block a user