colors-discord
v1.1.0
Published
colors npm library to readd Strings Color to Discord.js@v14
Downloads
3
Readme
Colors!
Installation
npm install colors-discord
Usage
const colors = require('colors-discord');
const embed = new Embed() //these depends your discord.js version.
.setTitle("Test")
.setColor(colors("red"));
message.reply({embeds: [embed]})
Colors
- default
- aqua
- dark_aqua
- green
- dark_green
- blue
- dark_blue
- purple
- dark_purple
- luminous_vivid_pink
- dark_vivid_pink
- gold
- dark_gold
- orange
- dark_orange
- red
- dark_red
- grey
- dark_grey
- darker_grey
- light_grey
- navy
- dark_navy
- yellow
- white
- blurple
- greyple
- dark_but_not_black
- not_quite_black
- green
- yellow2
- fuschia
- red2
- black
ToDo
- Random Color
- HeX Integration
- Add More Colors
- Docs Guide
- Easy Integration