From 972ccfc94fd4e4ec4f257325c0b3474851d8d32d Mon Sep 17 00:00:00 2001 From: epicseven-cups Date: Mon, 20 Apr 2026 00:52:02 -0500 Subject: [PATCH] place permission under each branch of bot permissions for discord docs --- docs/channels/discord.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/channels/discord.md b/docs/channels/discord.md index 2c2f58905c6..3e0b694c08d 100644 --- a/docs/channels/discord.md +++ b/docs/channels/discord.md @@ -519,13 +519,15 @@ Use `bindings[].match.roles` to route Discord guild members to different agents - scopes: `bot`, `applications.commands` 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) Avoid `Administrator` unless explicitly needed.