1.1.0 • Published 2 years ago

colors-discord v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

Contribution

HERE

License

MIT

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago