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 3, 2021
·
15 revisions
The mod mail bot for Fish Hosting
Note: You are not allowed to remove the names in the credit command
# 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 tickets
WELCOME_CHANNEL=#welcome channel id for the message
GUILD_ID=#server id
STAFF_ROLE=#staff role id
MEMBER_ROLE=#the member role id
STAFF_EMOJI='emoji'
PREFIXES=['<', '?']
STATUS='My Dms'
?close [reason]
?reply [message]
?areply [message]
?block [user]
?unblock [user]
You can add me on discord my user name is Blue.#1270, DO NOT ADD ME WITHOUT A REASON
Note: Moving to pycord soon