Bug: Version 1.7.5 added app_legal_channel to helpers.py but production uses the helpers/ package which imports from helpers/main.py. This caused: - NameError: name 'app_legal_channel' is not defined - ImportError: cannot import name 'app_legal_channel' from 'helpers' Result: cogs.economy and cogs.players failed to load, causing all slash commands (including /team, /selldupes, /comeonmanineedthis) to be unavailable. Fix: Add app_legal_channel() function to helpers/main.py so it's exported via the helpers package __init__.py. Bumps version to 1.7.6 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
2 lines
6 B
Plaintext
2 lines
6 B
Plaintext
1.7.6
|