The Official Discord Bot of the Droptop Four Discord Server!
-
Install Docker
-
Copy the
compose.yaml
file -
Create an
.env
file with the following configurations:ENVIRONMENT = "local" # Set to "prod" to use production variables
-
Create
.env.docker.local
and.env.docker.prod
files with the following configurations:DISCORD_TOKEN = DISCORD_ID =
-
Create
.env.local
and.env.prod
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
docker compose --env-file .env.docker.local up