peterhanania / modmail-bot

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 100.0%