major-domo-v2/commands
Cal Corum ff62529ee3 Add draft pause/resume functionality
- Add paused field to DraftData model
- Add pause_draft() and resume_draft() methods to DraftService
- Add /draft-admin pause and /draft-admin resume commands
- Block picks in /draft command when draft is paused
- Skip auto-draft in draft_monitor when draft is paused
- Update status embeds to show paused state
- Add comprehensive tests for pause/resume

When paused:
- Timer is stopped (set to False)
- Deadline is set far in future
- All /draft picks are blocked
- Auto-draft monitor skips processing

When resumed:
- Timer is restarted with fresh deadline
- Picks are allowed again

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 19:58:37 -06:00
..
admin Consolidate season config variables to single source (v2.21.0) 2025-12-02 16:12:16 -06:00
custom_commands Fix /cc-create command creating twice instead of waiting for confirmation 2025-11-14 08:28:45 -06:00
dice CLAUDE: Refactor dice rolling into reusable utility module and add /d20 command 2025-10-29 01:15:11 -05:00
draft Add draft pause/resume functionality 2025-12-11 19:58:37 -06:00
examples Consolidate season config variables to single source (v2.21.0) 2025-12-02 16:12:16 -06:00
gameplay CLAUDE: Add flexible permission system for multi-server support 2025-11-06 11:29:29 -06:00
help CLAUDE: Add flexible permission system for multi-server support 2025-11-06 11:29:29 -06:00
injuries CLAUDE: Add flexible permission system for multi-server support 2025-11-06 11:29:29 -06:00
league Consolidate season config variables to single source (v2.21.0) 2025-12-02 16:12:16 -06:00
players Consolidate season config variables to single source (v2.21.0) 2025-12-02 16:12:16 -06:00
profile Fix test suite failures across 18 files (785 tests passing) 2025-12-09 16:01:56 -06:00
soak Refactored listener logic and added SpoilerListener 2025-10-22 14:59:19 -05:00
spoiler Refactored listener logic and added SpoilerListener 2025-10-22 14:59:19 -05:00
teams Consolidate season config variables to single source (v2.21.0) 2025-12-02 16:12:16 -06:00
transactions Update transaction docs for trade acceptance workflow 2025-12-04 13:57:17 -06:00
utilities Fix double emoji in embed titles 2025-12-10 15:42:13 -06:00
voice Consolidate season config variables to single source (v2.21.0) 2025-12-02 16:12:16 -06:00
__init__.py CLAUDE: Initial commit for discord-app-v2 rebuild 2025-08-15 00:04:50 -05:00
CLAUDE.md CLAUDE: Add comprehensive CLAUDE.md documentation files for AI agent guidance 2025-10-20 20:30:07 -05:00