feat(discord): add allowBots mention gating

This commit is contained in:
Shadow
2026-03-03 12:47:25 -06:00
parent b0bcea03db
commit 65816657c2
9 changed files with 164 additions and 6 deletions

View File

@@ -1323,6 +1323,8 @@ export const FIELD_HELP: Record<string, string> = {
"Allow Discord to write config in response to channel events/commands (default: true).",
"channels.discord.token":
"Discord bot token used for gateway and REST API authentication for this provider account. Keep this secret out of committed config and rotate immediately after any leak.",
"channels.discord.allowBots":
'Allow bot-authored messages to trigger Discord replies (default: false). Set "mentions" to only accept bot messages that mention the bot.',
"channels.discord.proxy":
"Proxy URL for Discord gateway + API requests (app-id lookup and allowlist resolution). Set per account via channels.discord.accounts.<id>.proxy.",
"channels.whatsapp.configWrites":