From 1c1ad378957e2dc054ab9b1efd46b87cb409de59 Mon Sep 17 00:00:00 2001 From: ayntee Date: Sat, 26 Dec 2020 20:06:45 +0400 Subject: [PATCH] Change order of intents --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db85e078d..416c9f6cd 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ import { startBot({ token: "BOT TOKEN", - intents: [Intents.GUILD_MESSAGES, Intents.GUILDS], + intents: [Intents.GUILDS, Intents.GUILD_MESSAGES], eventHandlers: { ready() { console.log("Successfully connected to gateway");