Techrlz
Results
3
comments of
Techrlz
same here
> This will be fixed. In the mean time, add Discord.Intents.GUILD_VOICE_STATES to the array You mean like this? `const client = new Discord.Client({ partials: ["REACTION", "MESSAGE"], ws: { intents: new...
> new Discord.Client({ > intents: [Discord.Intents.GUILD_VOICE_STATES, Discord.Intents.ALL] > }) Same throw error here.