🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

discord-embed-colors

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

discord-embed-colors

Package to quickly get colors for Discord embeds

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

discord

FAQs

Package last updated on 26 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts