mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-25 08:48:40 +00:00
Discord: refine presence config defaults (#10855) (thanks @h0tp-ftw)
This commit is contained in:
@@ -369,6 +369,11 @@ export const FIELD_HELP: Record<string, string> = {
|
||||
"Resolve PluralKit proxied messages and treat system members as distinct senders.",
|
||||
"channels.discord.pluralkit.token":
|
||||
"Optional PluralKit token for resolving private systems or members.",
|
||||
"channels.discord.activity": "Discord presence activity text (defaults to custom status).",
|
||||
"channels.discord.status": "Discord presence status (online, dnd, idle, invisible).",
|
||||
"channels.discord.activityType":
|
||||
"Discord presence activity type (0=Playing,1=Streaming,2=Listening,3=Watching,4=Custom,5=Competing).",
|
||||
"channels.discord.activityUrl": "Discord presence streaming URL (required for activityType=1).",
|
||||
"channels.slack.dm.policy":
|
||||
'Direct message access control ("pairing" recommended). "open" requires channels.slack.dm.allowFrom=["*"].',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user