From 88793442d1cd91f735da49d5b8c6d4f1e0c60f15 Mon Sep 17 00:00:00 2001 From: Qais Patankar Date: Sun, 8 Jan 2023 21:04:53 +0000 Subject: [PATCH] add message content intent --- Discord-bot-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Discord-bot-setup.md b/Discord-bot-setup.md index 40c26fb..2088aa0 100644 --- a/Discord-bot-setup.md +++ b/Discord-bot-setup.md @@ -26,10 +26,10 @@ Here, you can toggle if the bot is public (which will allow others to invite to ## Privileged Gateway Intents -Make sure to also toggle the "Server Members Intent" option further down under "Privileged Gateway Intents" to allow the bot to see the member list, otherwise you'll get an error message similar to `Error obtaining server members: HTTP 403 Forbidden, {"message": "Missing Access", "code": 50001}`. +Make sure to also toggle the "Server Members Intent" and "Message Content Intent" options further down under "Privileged Gateway Intents" to allow the bot to see the member list, otherwise you'll get an error message similar to `Error obtaining server members: HTTP 403 Forbidden, {"message": "Missing Access", "code": 50001}`. Click "Save Changes" -![Server Members Intent](https://i.imgur.com/FIHvhNt.png) +![Server Members Intent](https://user-images.githubusercontent.com/923242/211218988-352aa03f-b2c5-4d23-a83a-dc47625e667f.png) ## Invite bot