- What's your exact discord.js
npm list discord.jsand nodenode -vversion? - Not a discord.js issue? Check out #1081585952654360687.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
✅Marked as resolved by OP
#@discordjs/voice with @discordjs/next
4 messages · Page 1 of 1 (latest)
You‘d also have to add a voiceStateUpdate and voiceServerUpdate listener on gateway to inform /voice when the joinVoiceChannel succeeded
https://github.com/discordjs/discord.js/blob/bfc7bb55641c60d4d67e57c27c9d1e63b6f30c9b/packages/discord.js/src/client/actions/VoiceStateUpdate.js#L29 https://github.com/discordjs/discord.js/blob/main/packages/discord.js/src/client/voice/ClientVoiceManager.js https://github.com/discordjs/discord.js/blob/bfc7bb55641c60d4d67e57c27c9d1e63b6f30c9b/packages/discord.js/src/client/websocket/handlers/VOICE_SERVER_UPDATE.js#L5
Can you elaborate? What doesn’t work, what happens?