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
Copy file name to clipboardExpand all lines: docs/channels/discord.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -340,6 +340,7 @@ ack reaction after the bot replies.
340
340
-`historyLimit`: number of recent guild messages to include as context when replying to a mention (default 20; falls back to `messages.groupChat.historyLimit`; `0` disables).
341
341
-`dmHistoryLimit`: DM history limit in user turns. Per-user overrides: `dms["<user_id>"].historyLimit`.
342
342
-`retry`: retry policy for outbound Discord API calls (attempts, minDelayMs, maxDelayMs, jitter).
343
+
-`pluralkit`: resolve PluralKit proxied messages so system members appear as distinct senders.
343
344
-`actions`: per-action tool gates; omit to allow all (set `false` to disable).
"Enable the Guild Presences privileged intent. Must also be enabled in the Discord Developer Portal. Allows tracking user activities (e.g. Spotify). Default: false.",
675
677
"channels.discord.intents.guildMembers":
676
678
"Enable the Guild Members privileged intent. Must also be enabled in the Discord Developer Portal. Default: false.",
679
+
"channels.discord.pluralkit.enabled":
680
+
"Resolve PluralKit proxied messages and treat system members as distinct senders.",
681
+
"channels.discord.pluralkit.token":
682
+
"Optional PluralKit token for resolving private systems or members.",
677
683
"channels.slack.dm.policy":
678
684
'Direct message access control ("pairing" recommended). "open" requires channels.slack.dm.allowFrom=["*"].',
0 commit comments