From 03580b23a3a66ea3be773ecd4c8fe82487e3e17c Mon Sep 17 00:00:00 2001 From: samsamson33 Date: Tue, 11 Aug 2020 17:40:07 -0400 Subject: [PATCH] feat(Util): add missing colors to docs (#3843) Co-authored-by: Crawl --- src/util/Util.js | 4 ++++ typings/index.d.ts | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/util/Util.js b/src/util/Util.js index 4715662e8..0819eea9a 100644 --- a/src/util/Util.js +++ b/src/util/Util.js @@ -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 */ diff --git a/typings/index.d.ts b/typings/index.d.ts index 40248b0b9..8209f3a38 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -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