discord-embed-colors
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i discord-embed-colors

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

5.56 kB

Total Files

7

Last publish

Collaborators

  • larrrssss