mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
Update Client.ts
This commit is contained in:
parent
7c67ced16f
commit
f4a3693b04
@ -12,7 +12,7 @@ import path from "path";
|
|||||||
|
|
||||||
const events = "./client/events/";
|
const events = "./client/events/";
|
||||||
|
|
||||||
const GatewayIntents = new Discord.Intents();
|
const GatewayIntents = new Discord.IntentsBitField();
|
||||||
GatewayIntents.add(
|
GatewayIntents.add(
|
||||||
1 << 0, // GUILDS
|
1 << 0, // GUILDS
|
||||||
1 << 7, // GUILD_VOICE_STATES
|
1 << 7, // GUILD_VOICE_STATES
|
||||||
|
Loading…
Reference in New Issue
Block a user