You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add ReactionMode::Allowlist variant and reaction_allowlist config (DISCORD_REACTION_ALLOWLIST)
- Add allow_bots config field (DISCORD_ALLOW_BOTS) to process bot messages
- Add response_prefix config (DISCORD_RESPONSE_PREFIX) prepended to outbound messages
- FetchedBan type + FetchBansCommand + fetch_bans NATS subject + handle_fetch_bans handler
- Message chunking in handle_send_messages: splits content >2000 chars at newlines/spaces,
applies response_prefix to first chunk, sends embeds/components/files on last chunk
- Fix outbound_tests.rs to pass pairing_state and response_prefix to OutboundProcessor::new
- Fix SendMessageCommand test literals to include as_voice field
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments