About • Features • Installation • Setting Up • Credits
An open source discord.js modmail bot to handle support in your server.
If you liked this repository, feel free to leave a star ⭐!
-Organised tickets
-Logging
-Transcripts
git clone https://github.com/peterhanania/modmail-bot.git
then run:
npm install
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 .
.
The following bot was developed by zhue#5683
Main repo here
Any questions? DM me on Discord.