mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
feat(Util): add YELLOW to ColorResolvable (#3182)
This commit is contained in:
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