A Discord bot keeping your account online. Party all night long! π
Get your Discord token by following this guide
docker run -d \
--name disco \
--restart unless-stopped \
-e DISCORD_TOKEN=YOUR_DISCORD_TOKEN \
ghcr.io/ntut-npc/disco:latest
-
Copy
.env.example
to.env
and fill in your Discord token:cp .env.example .env # Edit .env with your favorite editor
-
Run the bot with
uv
:uv run bot.py
-
Keep the bot online and party all night long! π