TypeError: Cannot read properties of undefined (reading 'GUILD_VOICE_STATES')
why is this happening
const { Client, GatewayIntentBits } = require('discord.js')
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.FLAGS.GUILD_VOICE_STATES
]
})
const { Client, GatewayIntentBits } = require('discord.js')
const client = new Client({
intents: [
GatewayIntentBits.Guilds,
GatewayIntentBits.FLAGS.GUILD_VOICE_STATES
]
})
