Discord: add allowBots config option (#802)

Co-authored-by: Shadow <shadow@clawd.bot>
This commit is contained in:
Zach Knickerbocker
2026-01-12 16:30:05 -05:00
committed by GitHub
parent 490cb834e5
commit 3467b0ba07
7 changed files with 20 additions and 1 deletions

View File

@@ -513,6 +513,8 @@ export type DiscordAccountConfig = {
/** If false, do not start this Discord account. Default: true. */
enabled?: boolean;
token?: string;
/** Allow bot-authored messages to trigger replies (default: false). */
allowBots?: boolean;
/**
* Controls how guild channel messages are handled:
* - "open": guild channels bypass allowlists; mention-gating applies