The Official Discord Bot of the Droptop Four Discord Server!
-
Install all dependencies with
pip install -r requirements.txt
-
Create an
.env
file with the following configurations:
DEBUG = "True" # Set to False to use .env.prod file
- Create
.env.prod
and.env.local
files with the following configurations:
sentry_dsn =
mongodb_id =
config_cluster =
droptop_creations_cluster =
droptop_cluster =
github_auth_app =
global_data_repo =
community_apps_repo =
community_themes_repo =
- Start the bot with
python main.py
test