Discord bot that shows the current player count of a Sanctuary server as its status.
Create a .env file with:
SERVER_URL=https://yourserverdomainhere.com
DISCORD_TOKEN=your.discord.bot.token.here
Either run directly:
cargo run
or with Docker:
docker compose up --build -d