/ModMail

The next gen modmail

Primary LanguagePythonMIT LicenseMIT

ModMail

The best ModMail bot for Discord. This bot is made for Discord servers that need a ticket system for their users to contact staff members. This bot is made with Python and uses MongoDB as the database.

Features

  • Dashboard - Being remade in Next.js
  • 24/7 Support
  • Fast response time
  • Easy to use

Set up Guide

Requirements

Installation

Linux:

git clone https://github.com/DeveloperJosh/ModMail.git && cd ModMail && python3 -m pip install -r requirements.txt

Windows:

git clone https://github.com/DeveloperJosh/ModMail.git && cd ModMail && py -m pip install -r requirements.txt

Configuration

  • Rename .env.example to .env
  • Fill in the values in .env
DISCORD_TOKEN="Bot Token"
MONGO_URI="Mongo URL"

Authors