Paper Dynasty Discord - Discord bot for card game
Created comprehensive documentation distinguishing between: - Production cogs currently loaded (cogs.players, etc.) - Work-in-progress refactored cogs (cogs/players_new) - Which bug fixes apply to production vs future releases - Migration checklist for when players_new goes live This prevents confusion when making fixes - developers need to know whether to update cogs/players.py (production) or cogs/players_new/ (WIP) or both. Key insights: - gauntlet commands are in cogs/players.py (production) - cogs/players_new is NOT loaded in paperdynasty.py yet - Recent fixes applied to both for consistency - Migration requires updating COGS list in paperdynasty.py 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .plans | ||
| .vscode | ||
| cogs | ||
| command_logic | ||
| discord_ui | ||
| helpers | ||
| in_game | ||
| migrations | ||
| tests | ||
| utilities | ||
| .dockerignore | ||
| .gitignore | ||
| alembic.ini | ||
| api_calls.py | ||
| constants.py | ||
| db_calls_gameplay.py | ||
| dice.py | ||
| discord_utils.py | ||
| Dockerfile | ||
| exceptions.py | ||
| gauntlets.py | ||
| help_text.py | ||
| helpers.py | ||
| LICENSE | ||
| manual_pack_distribution.py | ||
| paperdynasty.py | ||
| PRODUCTION_COGS.md | ||
| pytest.ini | ||
| random_content.py | ||
| requirements.txt | ||
| search_utils.py | ||
| utils.py | ||