Plugins
About Plugins
Plugins can improves user experience and make things easier. Its a small separate build-in scripts that can be execute whenever you want. Some plugins may require extra stuff so make sure you’re ready for that.
Before Getting Started…
- You’re now in an advance mode
- Things may be more complicated
- You should be using the latest modmail.js in order to have the best user experience
Execute Plugins…
An exmple of activating a build-in plugin :
const { Modmail } = require('modmail.js')
Modmail({
...
plugins: [{
replyToReply: true,
}]
})
For more information, read the docs
List Of Plugins…
- Reply To Reply
Reply To A Mail Without Having To Run <PREFIX>reply
Command.
Requirement: Discord.js Caches / Modmail.js Cache
- Cache
Store discord.js caches
Requirement: A Json File
- Extend
Expand the bot
- MongoDb
Bring the modmail.js to the next level with the help of MongoDb
Requirement: A Mongodb database.