colors-discord

1.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i colors-discord

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

4.29 kB

Total Files

3

Last publish

Collaborators

  • mayivt