major-domo-v2/commands/injuries
Cal Corum ab8bfa115f Fix /injury roll command crash when player.team is None
The search_players() API endpoint returns team as an ID only (not nested object),
causing player.team to be None. Added null check before accessing team.thumbnail.

Fixes AttributeError: 'NoneType' object has no attribute 'thumbnail'

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

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 21:50:43 -06:00
..
__init__.py CLAUDE: Fix GroupCog interaction bug and GIF display issues 2025-10-16 22:15:42 -05:00
CLAUDE.md CLAUDE: Update injury commands documentation for playoff support 2025-10-29 01:48:15 -05:00
management.py Fix /injury roll command crash when player.team is None 2026-02-04 21:50:43 -06:00