mirror of
https://github.com/danbulant/discord.js
synced 2026-06-14 12:11:25 +00:00
feat(Util): add missing colors to docs (#3843)
Co-authored-by: Crawl <icrawltogo@gmail.com>
This commit is contained in:
parent
9d747d14c5
commit
03580b23a3
2 changed files with 8 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue