1.0.3 • Published 3 years ago

discord-embed-colors v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Discord Embed Colors

Package to quickly get colors for Discord embeds

Install

npm install discord-embed-colors

Usage

import { getColor } from 'discord-embed-colors';
import { MessageEmbed } from 'discord.js';

new MessageEmbed()
  .setTitle('My cool Embed')
  .setColor(getColor('GREEN'));

// Or convert your own custom hexadecimal code
import { hexToDecimal } from 'discord-embed-colors';

hexToDecimal('#2ecc71'); // 3066993