Remove GuildMessages gateway intent as it is not required

This commit is contained in:
2022-08-30 23:39:49 +02:00
parent f9f7024211
commit 5d24a580d0

View File

@@ -10,7 +10,6 @@ const logger = new Console({
});
const client = new Client({intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMessages,
GatewayIntentBits.GuildPresences,
GatewayIntentBits.GuildMembers
]});