Am I missing something completely?
Bot will join voice channel but wont play music.
apologies if iv done something dumb, im new to discordjs voice, please bare with me
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 OPMy intents are as follows
Dependencies i currently have installed are +-- @discordjs/[email protected]
+-- [email protected]
`-- [email protected]