Discord bot integration and real-time event worker for community rankings, telemetry, and automated announcements.
- Slash commands for browsing rounds, entries, leaderboards, and results.
- Automated background worker listening to SSE events for real-time announcements and alerts.
- Permission-gated moderator tooling and channel configuration.
npm install
cp .env.example .env # fill in the bot token, client id and the api / web app urls
npm run devSlash commands are synced with Discord on every start, npm run deploy:commands does only that.