Skip to content

A discord.js modmail bot to handle support in discord servers.

Notifications You must be signed in to change notification settings

peterhanania/modmail-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Mod Mail bot

AboutFeaturesInstallationSetting UpCredits

About

An open source discord.js modmail bot to handle support in your server.

If you liked this repository, feel free to leave a star ⭐!

Features

-Organised tickets
-Logging
-Transcripts

Installation

git clone https://github.com/peterhanania/modmail-bot.git

then run:

npm install

Setting Up

Set up all your information in the config.json File in the config folder as such

{
    "token": "YOUR BOT TOKEN", 
    "prefix": "PREFIX FOR THE BOT", 
    "mongooseString": "MONGOOSE PASS", 
    "guild": "GUILD IN WHICH THREADS ARE CREATED (STAFF SERVER)",
    "mainServer": "MAIN GUILD IN WHICH THE BOT IS USED (NOT STAFF SERVER)",  
    "mainCategory": "CATEGORY UNDER WHICH THREADS ARE CREATED", 
    "logs": "CHANNEL IN WHICH EVENTS ARE LOGGED", 
    "modMailRole": "ROLE PINGED WHEN THREADS ARE CREATED (SUPPORT ROLE)"
}

Once done, you can launch the bot with node index.js or node ..

Credits

The following bot was developed by zhue#5683 Main repo here

Any questions? DM me on Discord.

About

A discord.js modmail bot to handle support in discord servers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published