fix: docs (StreamConnection again)

This commit is contained in:
Elysia
2024-07-24 19:35:49 +07:00
parent dcd9a72971
commit 515615cb04
2 changed files with 6 additions and 1 deletions

View File

@@ -700,6 +700,11 @@ class VoiceConnection extends EventEmitter {
*/
class StreamConnection extends VoiceConnection {
#requestDisconnect = false;
/**
* @param {ClientVoiceManager} voiceManager Voice manager
* @param {Channel} channel any channel (joinable)
* @param {VoiceConnection} voiceConnection parent
*/
constructor(voiceManager, channel, voiceConnection) {
super(voiceManager, channel);