Skip to content

colors npm library to readd Strings Color to Discord.js@v14

License

Notifications You must be signed in to change notification settings

MayiVT/colors-discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • random

ToDo

  • HeX Integration
  • Add More Colors
  • Docs Guide
  • Easy Integration

Contribution

HERE

License

MIT

About

colors npm library to readd Strings Color to Discord.js@v14

Resources

License

Stars

Watchers

Forks

Packages

No packages published