mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
feat(Util): add YELLOW to ColorResolvable (#3182)
This commit is contained in:
Vendored
+2
@@ -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