Skip to content

Commit 03580b2

Browse files
samsamson33iCrawl
andauthored
feat(Util): add missing colors to docs (#3843)
Co-authored-by: Crawl <icrawltogo@gmail.com>
1 parent 9d747d1 commit 03580b2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

src/util/Util.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,10 @@ class Util {
419419
* - `DARK_GREY`
420420
* - `LIGHT_GREY`
421421
* - `DARK_NAVY`
422+
* - `BLURPLE`
423+
* - `GREYPLE`
424+
* - `DARK_BUT_NOT_BLACK`
425+
* - `NOT_QUITE_BLACK`
422426
* - `RANDOM`
423427
* @typedef {string|number|number[]} ColorResolvable
424428
*/

typings/index.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2329,6 +2329,10 @@ declare module 'discord.js' {
23292329
| 'DARK_GREY'
23302330
| 'LIGHT_GREY'
23312331
| 'DARK_NAVY'
2332+
| 'BLURPLE'
2333+
| 'GREYPLE'
2334+
| 'DARK_BUT_NOT_BLACK'
2335+
| 'NOT_QUITE_BLACK'
23322336
| 'RANDOM'
23332337
| [number, number, number]
23342338
| number

0 commit comments

Comments
 (0)