@discordjs/voice with @discordjs/next
I expected the audio to play, but it does not.
No errors when running.
I couldn't find the answer on GitHub, this server, or Google. Do I need to implement @discordjs/voice myself?
2 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- 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 OPThank you! I'll give it a try
I tried it, but it doesn't work as well as it should.
I understand the cause. When acquiring an adapter, only undefined was returned.
I fixed it and sent the data to @discordjs/voice, and the problem was resolved.
I was able to solve it using this method. thank you.