Flaw's Fight Night is a powerful Discord bot designed to manage and automate competitive tournaments of multiple types — including Normal Round Robin, Open Round Robin, Normal Ladder, and DSR (Dynamic Skill Rating) Ladder. Built for flexibility, speed, and reliability, it provides a complete tournament lifecycle experience from registration to victory.
- Create, start, and end tournaments with full lifecycle control
- Support for multiple tournament types and formats
- Lock/unlock teams and rounds for competition integrity
- Configure tournament-specific settings (tie-breaker rules, tournament length)
- Register, edit, and remove teams dynamically
- Track team stats, standings, and rankings
- Supports 1v1 up to 20-player teams
- Report wins, edit post-match results, and track full match history
- Supports Round Robin and Ladder match rules
- Includes score validation and automatic leaderboard updates
- Send and cancel challenges between teams in Ladder tournaments
- Auto-updating LiveView messages for:
- Match logs
- Team standings
- Registered teams
- Real-time display inside designated Discord channels
- Fine-grained admin permissions and debug controls
- Full GitHub backup integration for data redundancy
- Quick restore support for offline recovery
Before launching the bot, you'll need:
- A Discord Bot Token from the Discord Developer Portal
- A GitHub Personal Access Token (Fine-Grained) with:
- Repository Access → Selected Repository
- Permissions →
Contents: Read & Write(auto-enables Metadata)
- A Git Repository HTTPS URL for backup storage
- Download the latest release from the Releases Page
- Extract the
.zipcontents and runFlawsFightNight.exe - Follow the on-screen prompts to:
- Enter your Discord Token
- Enter GitHub Token & HTTPS Repo URL (optional but recommended)
- Select your Guild ID for slash commands
- Once setup completes, your bot will appear online and ready to use.
All commands now feature autocomplete ✨ for easier use and fewer typos.
| Category | Example Commands | Description |
|---|---|---|
| Tournament | /tournament create, /tournament start, /tournament end |
Manage tournaments and progress rounds |
| Team | /team register, /team delete, /team set_rank |
Handle team creation, removal, and ranking |
| Match | /match report-win, /match edit |
Report and adjust match outcomes |
| Settings | /settings standings_channel_id set, /settings add_debug_admin |
Configure LiveViews and admin settings |
For a full list of commands and detailed usage examples, see the Documentation.
All tournament data (excluding sensitive credentials) can automatically sync to your GitHub repository.
This ensures long-term data persistence and seamless migration between systems.
- Auto-sync after data changes
- Offline protection for tournament state
| Type | Description |
|---|---|
| Normal Round Robin 🔄 | Traditional round-robin where everyone plays everyone, double by default |
| Open Round Robin 🔓 | Flexible scheduling and open-ended matches without round gates |
| Normal Ladder 🪜 | Standard ladder tournament where teams challenge each other for rank changes |
| DSR Ladder ⭐ | Ladder tournament with Dynamic Skill Rating mechanics — rank changes scale based on skill differential between teams for more competitive play |
- Language: C# (.NET 8.0)
- Platform: Discord.NET API
- Backup: Git Integration (via
GitBackupManager) - Status: Active development