chorus/bot/chorus_bot
pyr0ball d86cfd2d3d fix: preserve true message content in raw_content for attachment-only messages
Separate display snippet from raw_content: use actual message.content
for raw_content (which may be empty string) and only use the placeholder
string for the display snippet. This matches the precedent from Task 5's
ping.py where build_ping_embed must never substitute raw_content with a
placeholder, preserving the factual state of whether content was present.
2026-07-13 14:04:48 -07:00
..
cogs fix: preserve true message content in raw_content for attachment-only messages 2026-07-13 14:04:48 -07:00
__init__.py feat(bot): add modality map, config loader, and backend client 2026-07-13 13:48:39 -07:00
backend_client.py feat(bot): add modality map, config loader, and backend client 2026-07-13 13:48:39 -07:00
config.py feat(bot): add modality map, config loader, and backend client 2026-07-13 13:48:39 -07:00
modality_map.py feat(bot): add modality map, config loader, and backend client 2026-07-13 13:48:39 -07:00
ping.py fix(bot): fix raw_content round-trip and parsing consistency 2026-07-13 13:56:53 -07:00