1.1.1 • Published 4 years ago

mtriz.js v1.1.1

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

Mtriz

Mtriz is an npm package, that allows you to use colors and discord.js snippets, 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

🖥 Embed Demo

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

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

### Snippets Demo
<code>!message-event</code> // You can use this snippet to create a message event fast!

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

4 years ago

1.1.0

4 years ago