Skip to content

The discord bot of the official Droptop Four discord server

License

Notifications You must be signed in to change notification settings

Droptop-Four/Droptop-Four-Discord-Bot

Repository files navigation


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