Skip to content

Latest commit

 

History

History
123 lines (93 loc) · 4.33 KB

README.md

File metadata and controls

123 lines (93 loc) · 4.33 KB

Logo

Droptop Four Discord Bot

The Official Discord Bot of the Droptop Four Discord Server!

Droptop Four Website

Stars · Forks · Python Version · License · · Issues · Pull Requests

Download Droptop Four

Join the Community Now!!

Discord Community Invite

Contacts

deviantArt Github Gumroad Discord



Use the Bot

  • 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