From f4a3693b0438f39744b2bbd3152ec28817e639d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Mon, 18 Jul 2022 21:27:44 +0300 Subject: [PATCH] Update Client.ts --- src/Client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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