Major Domo v2 - Discord bot for Strat-o-Matic Baseball Association
Fixed 13 instances where EmbedTemplate methods were receiving titles with emojis, resulting in double emojis (e.g., "✅ ✅ Command Created"). Changes: - tasks/custom_command_cleanup.py: Removed emojis from warning/error titles (2 fixes) - views/help_commands.py: Removed emoji from success title (1 fix) - views/custom_commands.py: Removed emojis from titles or switched to create_base_embed() for custom emojis (10 fixes) The following template methods auto-add emoji prefixes: - EmbedTemplate.success() → adds ✅ - EmbedTemplate.error() → adds ❌ - EmbedTemplate.warning() → adds ⚠️ - EmbedTemplate.info() → adds ℹ️ - EmbedTemplate.loading() → adds ⏳ For custom emojis, use EmbedTemplate.create_base_embed() with explicit color parameter. All 69 related tests passing. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .vscode | ||
| api | ||
| commands | ||
| models | ||
| services | ||
| tasks | ||
| tests | ||
| utils | ||
| views | ||
| .dockerignore | ||
| .gitignore | ||
| bot.py | ||
| BUILD_AND_PUSH.md | ||
| build-and-push.sh | ||
| COMMAND_LIST.md | ||
| config.py | ||
| docker-compose.dev.yml | ||
| docker-compose.yml | ||
| DOCKER.md | ||
| Dockerfile | ||
| exceptions.py | ||
| PRE_LAUNCH_ROADMAP.md | ||
| pyrightconfig.json | ||
| requirements.txt | ||
| test_real_data.py | ||