voiceStateUpdate

client.on(Events.VoiceStateUpdate, (oldState, newState) => {
    console.log(oldState);
    console.log(newState)
});


voiceStateUpdate not working.
Was this page helpful?