From ddd0592b3091cff84a572797463d56854ba220bc Mon Sep 17 00:00:00 2001 From: Kwoth Date: Fri, 4 Mar 2022 02:23:48 +0100 Subject: [PATCH] Changed the intent error message to say 'all intents' --- src/NadekoBot/Bot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NadekoBot/Bot.cs b/src/NadekoBot/Bot.cs index 017e94940..299c01cb3 100644 --- a/src/NadekoBot/Bot.cs +++ b/src/NadekoBot/Bot.cs @@ -358,7 +358,7 @@ How to enable privileged intents: 1. Head over to the Discord Developer Portal https://discord.com/developers/applications/ 2. Select your Application. 3. Click on `Bot` in the left side navigation panel, and scroll down to the intents section. -4. Enable both intents. +4. Enable all intents. 5. Restart your bot. Read this only if your bot is in 100 or more servers: