diff --git a/src/Client.ts b/src/Client.ts index 8d91359..db0d4c8 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -12,7 +12,7 @@ import path from "path"; const events = "./client/events/"; -const GatewayIntents = new Discord.Intents(); +const GatewayIntents = new Discord.IntentsBitField(); GatewayIntents.add( 1 << 0, // GUILDS 1 << 7, // GUILD_VOICE_STATES