1.1.0 • Published 3 years ago

mtriz v1.1.0

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

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");