All Projects → BotStudios → modmail.js

BotStudios / modmail.js

Licence: Apache-2.0 license
A Simple Discord Modmail Bot Template

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to modmail.js

discord-voice
⏲️ A complete framework to facilitate the tracking of user voice time using discord.js
Stars: ✭ 33 (+0%)
Mutual labels:  discordapp, discord-bot, discord-js
DM-BOT
📧 DM-BOT is discord bot that can record direct messages. One of us! You can also reply to those messages! DM-BOT is easy to use & understand! I decided to use Discord.js, it's literally the best.
Stars: ✭ 31 (-6.06%)
Mutual labels:  discordapp, discord-bot, discord-js
lyrics-finder
🎤 | Search the lyrics to your music with Lyrics Finder
Stars: ✭ 20 (-39.39%)
Mutual labels:  discordapp, discord-bot, discord-js
mass-dm-discord
A MassDM selfbot which is working in 2021. Only for educational purposes 🥱🚀
Stars: ✭ 87 (+163.64%)
Mutual labels:  discordapp, discord-bot, discord-js
Discord-Selfbot
Discord.js selfbot
Stars: ✭ 24 (-27.27%)
Mutual labels:  discordapp, discord-bot, discord-js
LenoxBot
🖥️ LenoxBot is a Discord bot that offers many cool new features to your Discord server!
Stars: ✭ 218 (+560.61%)
Mutual labels:  discordapp, discord-bot, discord-js
ModMail
Discord ModMail Bot
Stars: ✭ 44 (+33.33%)
Mutual labels:  discord-bot, discord-js, modmail
ALi
ALi a powerful Discord bot that includes Utility, Fun, Music, Moderation, and much more! (Beta)
Stars: ✭ 97 (+193.94%)
Mutual labels:  discordapp, discord-bot, discord-js
Komugari
A simple, multi-functional Discord bot written in Discord.js
Stars: ✭ 39 (+18.18%)
Mutual labels:  discordapp, discord-bot, discord-js
Discord-Reposter
Bot for reposting Discord messages (work in progress)
Stars: ✭ 62 (+87.88%)
Mutual labels:  discordapp, discord-bot, discord-js
SparkV
🤖⚡ | The most POWERFUL multipurpose chat/meme bot that will boost the activity in your server.
Stars: ✭ 24 (-27.27%)
Mutual labels:  discordapp, discord-bot, discord-js
discord-js-bot
A cool multipurpose discord bot built using discord.js v13 with moderation, music, ticketing, translation, and much more
Stars: ✭ 135 (+309.09%)
Mutual labels:  discord-bot, discord-js
sara
A multi-functional bot that I never finish because I'm too lazy.
Stars: ✭ 11 (-66.67%)
Mutual labels:  discord-bot, discord-js
DiscordTickets
A cool Discord bot to manage tickets on your server !
Stars: ✭ 46 (+39.39%)
Mutual labels:  discord-bot, discord-js
partner-bot
Automates partnerships in the big community of discord.
Stars: ✭ 119 (+260.61%)
Mutual labels:  discord-bot, discord-js
discord-cryptocurrency-bot
cryptocurrency bot for Discord chat platform: checks exchange info, runs data analysis, fires automatic alerts, and more
Stars: ✭ 28 (-15.15%)
Mutual labels:  discord-bot, discord-js
NanoSpace
Erela.js & Discord.js@v14 (Prefix Commands!)
Stars: ✭ 59 (+78.79%)
Mutual labels:  discord-bot, discord-js
Discord-EmojiToRole
A discord.js bot that assigns roles based on reactions to a message.
Stars: ✭ 55 (+66.67%)
Mutual labels:  discord-bot, discord-js
Discord-Rich-Presence-Party-Mode
Discord Rich Presence Tool. Party Mode | Cycle Mode integrated. The first to do it.
Stars: ✭ 18 (-45.45%)
Mutual labels:  discordapp, discord-js
PruneBot
PruneBot is an easy to use multi-purpose bot and it has a free open source code to setup your own prune bot to your own server.
Stars: ✭ 13 (-60.61%)
Mutual labels:  discord-bot, discord-js

Modmail.js

NPM version NPM downloads Dependencies

npm installnfo

Table Of Contents


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)
  }
})() 

Startup

Getting Started With The Modmail Bot

  1. Replace BOT_TOKEN as your discord bot token, INBOX_CHANNEL_ID as a modmail inbox channel's id, CLIENT_INTENTS as Array Of Privileged Intents Flags and BOT_PREFIX as your bot prefix

  2. You're all set ! Now you just have to run the the bot. e.g node index.js, e.g node bot.js.

[email protected] and above is required for this module. Learn More

How to use

  1. Allow private message from server members default:allowed

  2. DM ( Direct Message ) Your Bot And It will react to your message

  3. Check Your Inbox Channel, See If There's Anything

To Reply A User

  • <PREFIX>reply <USER_ID> <YOUR_MESSAGE> e.g. !reply 123456677544 Hello

Please Read Our Docs To Learn More.


Plugins

Use plugins to improve user experience

Links

License

This project is available as open source under the terms of the Apache License 2.0

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].