feat(Util): add missing colors to docs (#3843)

Co-authored-by: Crawl <icrawltogo@gmail.com>
This commit is contained in:
samsamson33
2020-08-11 17:40:07 -04:00
committed by GitHub
parent 9d747d14c5
commit 03580b23a3
2 changed files with 8 additions and 0 deletions

View File

@@ -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
View File

@@ -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