mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2025-06-17 03:16:00 +00:00
Update Client.ts
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user