mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-01 06:51:46 +00:00
feat(discord): add allowBots mention gating
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user