mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
feat(Util): add WHITE as color resolvable (#3062)
This commit is contained in:
@@ -705,6 +705,7 @@ exports.UserChannelOverrideMap = {
|
||||
|
||||
exports.Colors = {
|
||||
DEFAULT: 0x000000,
|
||||
WHITE: 0xFFFFFF,
|
||||
AQUA: 0x1ABC9C,
|
||||
GREEN: 0x2ECC71,
|
||||
BLUE: 0x3498DB,
|
||||
|
||||
Reference in New Issue
Block a user