major-domo-v2/commands/gameplay
Cal Corum f13b215324 hotfix: make ScorecardTracker methods async to match await callers
PR #106 added await to scorecard_tracker calls but the tracker
methods were still sync, causing TypeError in production:
- /scorebug: "object NoneType can't be used in 'await' expression"
- live_scorebug_tracker: "object list can't be used in 'await' expression"

Also fixes 5 missing awaits in cleanup_service.py and updates tests.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 13:34:02 -05:00
..
__init__.py CLAUDE: Add automatic scorecard unpublishing when voice channels are cleaned up 2025-10-21 07:18:21 -05:00
CLAUDE.md CLAUDE: Add automatic scorecard unpublishing when voice channels are cleaned up 2025-10-21 07:18:21 -05:00
scorebug.py perf: parallelize independent API calls (#90) 2026-03-20 17:48:10 +00:00
scorecard_tracker.py hotfix: make ScorecardTracker methods async to match await callers 2026-03-20 13:34:02 -05:00