Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.08 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.08 KB

Disco Logo

Disco

A Discord bot keeping your account online. Party all night long! 🎉

An NPC Project

Usage

  1. Get your Discord token by following this guide

  2. Write a Docker Compose file like this:

    services:
      disco:
        image: ghcr.io/NTUT-NPC/disco:latest
        container_name: disco
        environment:
          - DISCORD_TOKEN=YOUR_DISCORD_TOKEN
        restart: unless-stopped
  3. Run docker-compose up -d to start the bot

  4. Keep the bot online and party all night long! 🎉