This repository was archived by the owner on Aug 31, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 12
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

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 ticketsGUILD_ID=#server idSTAFF_ROLE=#staff role idSTAFF_EMOJI='emoji'PREFIXES=['<', '?']
STATUS='My Dms'# Linux/MacOSpython3main.py# Windowspymain.pyThis 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



