Receiving this error when I'm trying to join the voice call.
Hi,
I'm trying to use the example as used in https://github.com/discordjs/voice-examples/blob/main/recorder/src/,
however it's not working as in it's joining the vc, it's not saying that it's ready, it times out then says ready. Then, it gives me this error, which I don't really know how to fix.
2 Replies
- What are your intents?
GuildVoiceStates
is required to receive voice data!
- Show what dependencies you are using -- generateDependencyReport()
is exported from @discordjs/voice
.
- Try looking at common examples: https://github.com/discordjs/voice-examples.
- 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 OPoops, forgot the intent :skul: