This repository has been archived by the owner on Aug 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
DeveloperJosh edited this page Sep 8, 2021
·
15 revisions
The mod mail bot for Fish Hosting
Note: You are not allowed to remove the names in the credit command
Note: If you want any ideas/commands added to the bot please tell me here
Note: If you need help with the setup join our discord
Run in command prompt
# Linux/macOS
python3 -m pip install -r requirements.txt
# Windows
py -3 -m pip install -r requirements.txt
Turn them on here here
Make a .env file, Just like this
DISCORD_BOT_SECRET=Token here
DATABASE_LINK=Mongo link
You can get a mongo link here
TICKET_CATEGORY=#category for the tickets
GUILD_ID=#server id
STAFF_ROLE=#staff role id
STAFF_EMOJI='emoji'
PREFIXES=['<', '?']
STATUS='My Dms'
# Linux/MacOS
python3 main.py
# Windows
py main.py
This is what you should see when the bot is running
?close [reason]
?reply [message]
?areply [message]
?block [user]
?unblock [user]
You can add me on discord my username is Blue.#1270 DO NOT ADD ME WITHOUT A REASON
Note: Moving to pycord soon