Change order of intents

This commit is contained in:
ayntee
2020-12-26 20:06:45 +04:00
parent 2c697a4d2d
commit 1c1ad37895
+1 -1
View File
@@ -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");