How It Works
extratime.gg is built around one idea: your Discord server is the hub. The web dashboard is for setup and stats — the action happens in Discord.
The flow
Discord bot
The extratime bot handles:
- Match notifications — posts results, upcoming matches, and bracket updates to your chosen channel
- Match channels — auto-creates and archives text channels for each match so teams can coordinate
- Role sync — assigns Discord roles based on team membership, rank, or tournament placement
The bot syncs its state with the web dashboard in real time. Admin actions on the dashboard are reflected in Discord immediately, and vice versa.
ELO system
extratime uses a modified ELO rating system:
- Every team starts at 1000 ELO
- Points gained or lost depend on the relative rating of both teams
- Beating a higher-rated team gives more points; losing to a lower-rated team costs more
- ELO is tracked per-server — a team’s rating in one community is independent of another
Data model
Last modified on May 7, 2026