From c56ecddc8a28208a3ced3fd9a7484721a48f1eef Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Wed, 22 Apr 2026 09:50:04 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@fbdf502e08ea0a0ec90bee5b43d6e147dc6f9633 --- .openclaw-sync/source.json | 4 ++-- docs/channels/discord.md | 32 +++++++++++++++++++------------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index f6d48e158..b57d6164a 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "abf940db61876ff3bca1d51b777cfc9a55e6d726", - "syncedAt": "2026-04-22T08:54:39.030Z" + "sha": "fbdf502e08ea0a0ec90bee5b43d6e147dc6f9633", + "syncedAt": "2026-04-22T09:50:04.193Z" } diff --git a/docs/channels/discord.md b/docs/channels/discord.md index 2c2f58905..ecc6cb0fc 100644 --- a/docs/channels/discord.md +++ b/docs/channels/discord.md @@ -61,15 +61,18 @@ You will need to create a new application with a bot, add the bot to your server - `bot` - `applications.commands` - A **Bot Permissions** section will appear below. Enable: + A **Bot Permissions** section will appear below. Enable at least: - - View Channels - - Send Messages - - Read Message History - - Embed Links - - Attach Files - - Add Reactions (optional) + **General Permissions** + - View Channels + **Text Permissions** + - Send Messages + - Read Message History + - Embed Links + - Attach Files + - Add Reactions (optional) + This is the baseline set for normal text channels. If you plan to post in Discord threads, including forum or media channel workflows that create or continue a thread, also enable **Send Messages in Threads**. Copy the generated URL at the bottom, paste it into your browser, select your server, and click **Continue** to connect. You should now see your bot in the Discord server. @@ -520,13 +523,16 @@ Use `bindings[].match.roles` to route Discord guild members to different agents Typical baseline permissions: - - View Channels - - Send Messages - - Read Message History - - Embed Links - - Attach Files - - Add Reactions (optional) + **General Permissions** + - View Channels + **Text Permissions** + - Send Messages + - Read Message History + - Embed Links + - Attach Files + - Add Reactions (optional) + This is the baseline set for normal text channels. If you plan to post in Discord threads, including forum or media channel workflows that create or continue a thread, also enable **Send Messages in Threads**. Avoid `Administrator` unless explicitly needed.