chore(sync): mirror docs from openclaw/openclaw@134d309571

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-06 02:23:03 +00:00
parent a9ec77db47
commit 6f769fae84
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "33b4b76a53178fe5eb97e90674440efb1361c339",
"syncedAt": "2026-04-06T01:45:04.431Z"
"sha": "134d3095716e97ffbd9df95d789f21b9c42d781b",
"syncedAt": "2026-04-06T02:23:02.874Z"
}

View File

@ -1237,7 +1237,7 @@ High-signal Discord fields:
- delivery: `textChunkLimit`, `chunkMode`, `maxLinesPerMessage`
- streaming: `streaming` (legacy alias: `streamMode`), `draftChunk`, `blockStreaming`, `blockStreamingCoalesce`
- media/retry: `mediaMaxMb`, `retry`
- `mediaMaxMb` caps outbound Discord uploads (default: `8MB`)
- `mediaMaxMb` caps outbound Discord uploads (default: `100MB`)
- actions: `actions.*`
- presence: `activity`, `status`, `activityType`, `activityUrl`
- UI: `ui.components.accentColor`

View File

@ -220,7 +220,7 @@ WhatsApp runs through the gateway's web channel (Baileys Web). It starts automat
discord: {
enabled: true,
token: "your-bot-token",
mediaMaxMb: 8,
mediaMaxMb: 100,
allowBots: false,
actions: {
reactions: true,