A light weight and simple Discord mod mail bot.
- Install Python, Pip and Git.
- Install the nextcord and Python-Dotenv modules.
- In the terminal or command prompt run
git clone https://github.com/yavda1/discord-modmail
and thencd discord-modmail
. - Open the
main.py
file in any code/text editor and change lines 17 with your guilds ID. - Change line 44 with the channel you want all mod mails to go to.
- Open the
.env
file in any code/text editor and put your bots token. - Run
python3 main.py
.
Each command is a discord application or /
command for ease of use.
/message [content] [user]
this command sends any message to any user.
/ignore [user]
this command stops any user from using Mod Mail. This can be used if the user is spamming.
/unignore [user]
this command unignores the user and allows them to use Mod Mail again.