discordjs / RPC

A simple RPC client for Discord
MIT License
459 stars 190 forks source link

setVoiceSettings functionality fails trying to change the mode Type #132

Closed spdermn02 closed 3 years ago

spdermn02 commented 3 years ago

mode has a child keyword of 'type' in the documentation the code had 'mode' as the keyword but was assigning 'args.mode.type' changed the 'mode' keyword to 'type' to correct this issue to be able to change between Push To Talk and Voice Activity.