mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
feat(Util): add missing colors to docs (#3843)
Co-authored-by: Crawl <icrawltogo@gmail.com>
This commit is contained in:
@@ -419,6 +419,10 @@ class Util {
|
||||
* - `DARK_GREY`
|
||||
* - `LIGHT_GREY`
|
||||
* - `DARK_NAVY`
|
||||
* - `BLURPLE`
|
||||
* - `GREYPLE`
|
||||
* - `DARK_BUT_NOT_BLACK`
|
||||
* - `NOT_QUITE_BLACK`
|
||||
* - `RANDOM`
|
||||
* @typedef {string|number|number[]} ColorResolvable
|
||||
*/
|
||||
|
||||
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@@ -2329,6 +2329,10 @@ declare module 'discord.js' {
|
||||
| 'DARK_GREY'
|
||||
| 'LIGHT_GREY'
|
||||
| 'DARK_NAVY'
|
||||
| 'BLURPLE'
|
||||
| 'GREYPLE'
|
||||
| 'DARK_BUT_NOT_BLACK'
|
||||
| 'NOT_QUITE_BLACK'
|
||||
| 'RANDOM'
|
||||
| [number, number, number]
|
||||
| number
|
||||
|
||||
Reference in New Issue
Block a user