# mtriz

> An npm package for discord.js

Latest version **1.1.0** (published 2021-07-06) · ISC license · 0 weekly downloads

## Install

```sh
npm install mtriz
pnpm add mtriz
yarn add mtriz
bun add mtriz
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2021-07-06 |
| First published | 2021-07-06 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 1.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | theSlade |
| Maintainers | plexicz |
| Keywords | discord.js, npm, js |

## Links

- npm: https://www.npmjs.com/package/mtriz
- Repository: https://github.com/theSlade
- npm.io page: https://npm.io/package/mtriz

## Dependencies (1)

- [discord.js](https://npm.io/package/discord.js.md) ^12.5.3

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 1.1.0 (latest) — 2021-07-06
- 1.0.0 — 2021-07-06

## README

# Mtriz

Mtriz is an npm package, that allows you to use colors, and more very easy in discord.js

## 📩 Installation

Install mtriz with npm

```bash
  ﹩ 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.

```js
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");
```

---
_Source: https://npm.io/package/mtriz · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
