paper-dynasty-discord/helpers
Cal Corum c3054971eb Fix /player stats bug - sync helpers/constants.py with root
PD_SEASON was set to 9 in helpers/constants.py while games are
recorded in season 10. This caused /player command to return
no stats for cardset 27 cards since they only have season 10 data.

Changes:
- PD_SEASON: 9 → 10
- SBA_SEASON: 11 → 12
- ranked_cardsets: updated to current cardsets
- Added gauntlet-8 and gauntlet-9 configs

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-07 21:48:30 -06:00
..
__init__.py Cogs to Packages Groundwork 2025-08-17 08:46:55 -05:00
constants.py Fix /player stats bug - sync helpers/constants.py with root 2025-12-07 21:48:30 -06:00
discord_utils.py Cogs to Packages Groundwork 2025-08-17 08:46:55 -05:00
main.py Add app_legal_channel to helpers package (fixes import error) 2025-11-17 09:23:27 -06:00
random_content.py Cogs to Packages Groundwork 2025-08-17 08:46:55 -05:00
search_utils.py Cogs to Packages Groundwork 2025-08-17 08:46:55 -05:00
utils.py CLAUDE: Fix get_roster_sheet() to handle both dict and Team objects 2025-11-10 09:11:37 -06:00