mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-16 19:43:29 +01:00
Add white to colours (#2853)
* add white to colorresolvable typedef * add colour white
This commit is contained in:
@@ -382,6 +382,7 @@ exports.ClientApplicationAssetTypes = {
|
|||||||
|
|
||||||
exports.Colors = {
|
exports.Colors = {
|
||||||
DEFAULT: 0x000000,
|
DEFAULT: 0x000000,
|
||||||
|
WHITE: 0xFFFFFF,
|
||||||
AQUA: 0x1ABC9C,
|
AQUA: 0x1ABC9C,
|
||||||
GREEN: 0x2ECC71,
|
GREEN: 0x2ECC71,
|
||||||
BLUE: 0x3498DB,
|
BLUE: 0x3498DB,
|
||||||
|
|||||||
@@ -245,6 +245,7 @@ class Util {
|
|||||||
* ```
|
* ```
|
||||||
* or one of the following strings:
|
* or one of the following strings:
|
||||||
* - `DEFAULT`
|
* - `DEFAULT`
|
||||||
|
* - `WHITE`
|
||||||
* - `AQUA`
|
* - `AQUA`
|
||||||
* - `GREEN`
|
* - `GREEN`
|
||||||
* - `BLUE`
|
* - `BLUE`
|
||||||
|
|||||||
Reference in New Issue
Block a user