mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
types(ColorResolvable): readonly tuple (#6153)
This commit is contained in:
committed by
GitHub
parent
5addcd15d8
commit
1e90be8f7a
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
@@ -3080,7 +3080,7 @@ export type ColorResolvable =
|
||||
| 'DARK_BUT_NOT_BLACK'
|
||||
| 'NOT_QUITE_BLACK'
|
||||
| 'RANDOM'
|
||||
| [number, number, number]
|
||||
| readonly [number, number, number]
|
||||
| number
|
||||
| HexColorString;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user