major-domo-v2/views
Cal Corum 0ea1c1d633 fix: add missing logger to SubmitConfirmationModal
The error handler at line 384 referenced self.logger but __init__
never set it, causing AttributeError that silently swallowed the
real error from users.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 08:30:24 -05:00
..
__init__.py CLAUDE: SUCCESSFUL STARTUP - Discord Bot v2.0 fully operational 2025-08-16 07:36:47 -05:00
base.py fix: remove 226 unused imports across the codebase (closes #33) 2026-02-20 11:35:04 -06:00
CLAUDE.md CLAUDE: Add comprehensive CLAUDE.md documentation files for AI agent guidance 2025-10-20 20:30:07 -05:00
common.py fix: remove 226 unused imports across the codebase (closes #33) 2026-02-20 11:35:04 -06:00
confirmations.py CLAUDE: Add comprehensive scorecard submission system 2025-10-16 00:21:32 -05:00
custom_commands.py fix: remove 226 unused imports across the codebase (closes #33) 2026-02-20 11:35:04 -06:00
draft_views.py refactor: move 42 unnecessary lazy imports to top-level across codebase 2026-03-02 13:35:23 -06:00
embeds.py fix: remove 226 unused imports across the codebase (closes #33) 2026-02-20 11:35:04 -06:00
help_commands.py refactor: move 42 unnecessary lazy imports to top-level across codebase 2026-03-02 13:35:23 -06:00
modals.py refactor: move 42 unnecessary lazy imports to top-level across codebase 2026-03-02 13:35:23 -06:00
players.py fix: remove 226 unused imports across the codebase (closes #33) 2026-02-20 11:35:04 -06:00
trade_embed.py fix: use per-user dict for _checked_teams to prevent race condition (#116) 2026-03-31 19:46:42 +00:00
transaction_embed.py fix: add missing logger to SubmitConfirmationModal 2026-04-02 08:30:24 -05:00