0.0.6 • Published 5 years ago
discord-modmail-simple v0.0.6
Discord Modmail Simple!
Discord Modmail Simple is a Node.js module that allows you to easily setup a modmail bot!
Features
- Blank
Installation
To begin the installation, start out by running this code:
npm install --save discord-modmail-simple
Then after that, in your js file, paste this on the top of the file:
const modMail = require("discord-modmail-simple");
And your done importing the package! Now heres the fun part.