mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
Add white to colours (#2853)
* add white to colorresolvable typedef * add colour white
This commit is contained in:
parent
96a0655609
commit
62e7e26310
2 changed files with 2 additions and 0 deletions
|
|
@ -382,6 +382,7 @@ exports.ClientApplicationAssetTypes = {
|
|||
|
||||
exports.Colors = {
|
||||
DEFAULT: 0x000000,
|
||||
WHITE: 0xFFFFFF,
|
||||
AQUA: 0x1ABC9C,
|
||||
GREEN: 0x2ECC71,
|
||||
BLUE: 0x3498DB,
|
||||
|
|
|
|||
|
|
@ -245,6 +245,7 @@ class Util {
|
|||
* ```
|
||||
* or one of the following strings:
|
||||
* - `DEFAULT`
|
||||
* - `WHITE`
|
||||
* - `AQUA`
|
||||
* - `GREEN`
|
||||
* - `BLUE`
|
||||
|
|
|
|||
Loading…
Reference in a new issue