const { Client, Intents } = require('discord.js');
const client = new Client({ intents: [Intents.FLAGS.GUILD_VOICE_STATES, Intents.FLAGS.GUILD_MESSAGES, Intents.FLAGS.GUILD] });
C:\Users\pulokgamer\Desktop\MUSIC BOT\index.js:2 const client = new Client({ intents: [Intents.FLAGS.GUILDS, Intents.FLAGS.GUILD_MESSAGES] });
TypeError: Cannot read properties of undefined (reading 'FLAGS')