Remove GuildMessages gateway intent as it is not required
This commit is contained in:
1
index.js
1
index.js
@@ -10,7 +10,6 @@ const logger = new Console({
|
|||||||
});
|
});
|
||||||
const client = new Client({intents: [
|
const client = new Client({intents: [
|
||||||
GatewayIntentBits.Guilds,
|
GatewayIntentBits.Guilds,
|
||||||
GatewayIntentBits.GuildMessages,
|
|
||||||
GatewayIntentBits.GuildPresences,
|
GatewayIntentBits.GuildPresences,
|
||||||
GatewayIntentBits.GuildMembers
|
GatewayIntentBits.GuildMembers
|
||||||
]});
|
]});
|
||||||
|
|||||||
Reference in New Issue
Block a user