Closed dahool closed 3 years ago
You need GUILD_VOICE_STATES
intent also.
Add that and try again.
Adding GUILD_VOICE_STATES
worked. Could that be added to the documentation please?
@dahool
discord.js docs states very clearly about this. As discordjs/voice
is a separate package, so it doesn't mention separately.
Please close this issue.
true, but since is a separate package with its own documentation, it would be nice if it is documented there too.
I'm trying to establish a connection to a voice channel. I can see the bot actually connects to the channel, but it always get aborted after timeout because the connection never switch to ready, it always stay at signalling
Further details: