mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
Added 2 basic role colors PINKISH_PURPLE and DARK_PINKISH_PURPLE (#2303)
* Added 2 basic role colors PINKISH_PURPLE and DARK_PINKISH_PURPLE * Added documentation for added Colors PINKISH_PURPLE and DARK_PINKISH_PURPLE * fix colour names * docs
This commit is contained in:
parent
05c5bdc476
commit
3a3ca96b0d
2 changed files with 4 additions and 0 deletions
|
|
@ -605,6 +605,7 @@ exports.Colors = {
|
|||
GREEN: 0x2ECC71,
|
||||
BLUE: 0x3498DB,
|
||||
PURPLE: 0x9B59B6,
|
||||
LUMINOUS_VIVID_PINK: 0xE91E63,
|
||||
GOLD: 0xF1C40F,
|
||||
ORANGE: 0xE67E22,
|
||||
RED: 0xE74C3C,
|
||||
|
|
@ -614,6 +615,7 @@ exports.Colors = {
|
|||
DARK_GREEN: 0x1F8B4C,
|
||||
DARK_BLUE: 0x206694,
|
||||
DARK_PURPLE: 0x71368A,
|
||||
DARK_VIVID_PINK: 0xAD1457,
|
||||
DARK_GOLD: 0xC27C0E,
|
||||
DARK_ORANGE: 0xA84300,
|
||||
DARK_RED: 0x992D22,
|
||||
|
|
|
|||
|
|
@ -234,6 +234,7 @@ class Util {
|
|||
* - `GREEN`
|
||||
* - `BLUE`
|
||||
* - `PURPLE`
|
||||
* - `LUMINOUS_VIVID_PINK`
|
||||
* - `GOLD`
|
||||
* - `ORANGE`
|
||||
* - `RED`
|
||||
|
|
@ -244,6 +245,7 @@ class Util {
|
|||
* - `DARK_GREEN`
|
||||
* - `DARK_BLUE`
|
||||
* - `DARK_PURPLE`
|
||||
* - `DARK_VIVID_PINK`
|
||||
* - `DARK_GOLD`
|
||||
* - `DARK_ORANGE`
|
||||
* - `DARK_RED`
|
||||
|
|
|
|||
Loading…
Reference in a new issue