We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d747d1 commit 03580b2Copy full SHA for 03580b2
src/util/Util.js
@@ -419,6 +419,10 @@ class Util {
419
* - `DARK_GREY`
420
* - `LIGHT_GREY`
421
* - `DARK_NAVY`
422
+ * - `BLURPLE`
423
+ * - `GREYPLE`
424
+ * - `DARK_BUT_NOT_BLACK`
425
+ * - `NOT_QUITE_BLACK`
426
* - `RANDOM`
427
* @typedef {string|number|number[]} ColorResolvable
428
*/
typings/index.d.ts
@@ -2329,6 +2329,10 @@ declare module 'discord.js' {
2329
| 'DARK_GREY'
2330
| 'LIGHT_GREY'
2331
| 'DARK_NAVY'
2332
+ | 'BLURPLE'
2333
+ | 'GREYPLE'
2334
+ | 'DARK_BUT_NOT_BLACK'
2335
+ | 'NOT_QUITE_BLACK'
2336
| 'RANDOM'
2337
| [number, number, number]
2338
| number
0 commit comments