From eb4cbaa26b6814e11975572e81fdd72d3e124e5a Mon Sep 17 00:00:00 2001 From: "Kevin Hill (Bosso)" Date: Fri, 27 Mar 2026 11:12:49 -0600 Subject: [PATCH] Update bot settings instructions in Discord guide (#283) Added additional Privileged Gateway Intents - otherwise enable will not work on Memoh --- docs/docs/channels/discord.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/channels/discord.md b/docs/docs/channels/discord.md index d840b611..bb2c5eb4 100644 --- a/docs/docs/channels/discord.md +++ b/docs/docs/channels/discord.md @@ -12,7 +12,7 @@ Connecting your Memoh Bot to Discord allows it to join servers and interact with ## Step 2: Configure Bot Settings 1. Scroll down to the **Privileged Gateway Intents** section. -2. Enable **Message Content Intent** (required for the bot to read user messages). +2. Enable `Message Content Intent`, `Server Members Intent` and `Presence Intent`. 3. Save changes. ## Step 3: Invite the Bot to Your Server