Mercury is a simple modmail Discord bot that you can use it in your own server.
- Clone this repository.
- Install all packages dependency:
pip install -r requirements.txt
. - Put your bot token, guild ID and channel ID you want to use as the modmail channel in the
.env.example
file and remove the.example
. - Run the bot:
python bot.py
.
- A simple moderation mail system that members can use to get in touch with the moderation team.
- Being able to block/unblock members from the bot.
- For members: Send a message to the bot in DM. It will send the content to the modmail channel.
- For moderators: Reply to the bot sent message to have your message sent back to the user through the bot.
- This bot can only be used in a server. It is better to host it by your own and use it in your server.
- Move to SQL instead of json, preferably SQLite.