Update deprecated Gateway Intent

This commit is contained in:
Ninjdai1 2023-09-04 00:26:13 +02:00
parent a788a5915a
commit 04fc7a9136

View File

@ -8,7 +8,7 @@ const client = new Client({
intents: [ intents: [
GatewayIntentBits.Guilds, GatewayIntentBits.Guilds,
GatewayIntentBits.GuildMembers, GatewayIntentBits.GuildMembers,
GatewayIntentBits.GuildBans, GatewayIntentBits.GuildModeration,
GatewayIntentBits.GuildMessages GatewayIntentBits.GuildMessages
] ]
}); });