Link Search Menu Expand Document

Modmail.js

NPM version NPM downloads Dependencies

npm installnfo

About

Modmail.js is an advance Discord Modmail template.

  • Performant
  • Build-in Plugins
  • Easy To Setup
  • Extendable

Install

npm i modmail.js@latest

Example Usage

const { Modmail, Intents } = require('modmail.js') 

(async () => {
  try{
const modmail = await Modmail({ 
       token: 'BOT_TOKEN', 
       inbox: 'INBOX_CHANNEL_ID', 
       prefix: 'BOT_PREFIX', 
       clientIntents: ['CLIENT_INTENTS'],
       message: '@mentions/messages',   
  });
console.log(modmail)
  }catch(e){
    console.log(e)
  }
})() 

Copyright © by Bot Studios. A documentation made by the contributors of modmail.js for its users.