how to set voice channel status?
i looked through the documentation and cant find a way to set voice channel status unless i missed seeing it
is there any way i can do this?
5 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 OPyou cant
oh
its not documented by discord yet so djs does not support it
i see
thank you