npm.io
1.1.0 • Published 5 years ago

mtriz

Licence
ISC
Version
1.1.0
Deps
1
Size
1 kB
Vulns
0
Weekly
0

Mtriz

Mtriz is an npm package, that allows you to use colors, and more very easy in discord.js

Installation

Install mtriz with npm

  ﹩ npm install mtriz

Support

For support, join discord server https://discord.dkdevteam.dk

Demo

Here is an example of a discord message embed with colors.

const { color } = require("mtriz");

const embed = new Discord.MessageEmbed()
  .setTitle("Nice embed!")
  .setColor(color.white); // You can use Example color.yellow for yellow or color.red for red

message.channel.send("embed");

Keywords