1.1.1 • Published 4 years ago
mtriz.js v1.1.1
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);