Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/developerjosh/modmail
The next gen modmail
https://github.com/developerjosh/modmail
bot dashboard discord discord-py modmail modmail-bot
Last synced: about 5 hours ago
JSON representation
The next gen modmail
- Host: GitHub
- URL: https://github.com/developerjosh/modmail
- Owner: DeveloperJosh
- License: mit
- Created: 2022-08-22T05:24:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T03:01:31.000Z (4 months ago)
- Last Synced: 2024-07-27T02:30:03.421Z (4 months ago)
- Topics: bot, dashboard, discord, discord-py, modmail, modmail-bot
- Language: Python
- Homepage:
- Size: 871 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
- [Python](https://www.python.org/downloads/)
- [MongoDB](https://www.mongodb.com/try/download/community)# Installation
Linux:
```bash
git clone https://github.com/DeveloperJosh/ModMail.git && cd ModMail && python3 -m pip install -r requirements.txt
```Windows:
```bash
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
- [@DeveloperJosh](https://www.github.com/developerjosh)
- Free spot for collaborators.