



















@@ -61,15 +61,18 @@ You will need to create a new application with a bot, add the bot to your server
6161- `bot`
6262- `applications.commands`
636364-A **Bot Permissions** section will appear below. Enable:
65-66-- View Channels
67-- Send Messages
68-- Read Message History
69-- Embed Links
70-- Attach Files
71-- Add Reactions (optional)
72-64+A **Bot Permissions** section will appear below. Enable at least:
65+66+**General Permissions**
67+ - View Channels
68+**Text Permissions**
69+ - Send Messages
70+ - Read Message History
71+ - Embed Links
72+ - Attach Files
73+ - Add Reactions (optional)
74+75+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**.
7376Copy 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.
74777578</Step>
@@ -520,13 +523,16 @@ Use `bindings[].match.roles` to route Discord guild members to different agents
520523521524Typical baseline permissions:
522525523-- View Channels
524-- Send Messages
525-- Read Message History
526-- Embed Links
527-- Attach Files
528-- Add Reactions (optional)
526+**General Permissions**
527+ - View Channels
528+**Text Permissions**
529+ - Send Messages
530+ - Read Message History
531+ - Embed Links
532+ - Attach Files
533+ - Add Reactions (optional)
529534535+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**.
530536Avoid `Administrator` unless explicitly needed.
531537532538</Accordion>
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。