Rémi

Results 1 comments of Rémi

Did u add `GuildVoiceStates` Intents like ```js const client = new Client({ intents: [ GatewayIntentBits.Guilds, GatewayIntentBits.GuildMembers, GatewayIntentBits.GuildVoiceStates, ], }); ```