fix: docs (StreamConnection again)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -700,6 +700,11 @@ class VoiceConnection extends EventEmitter {
|
|||||||
*/
|
*/
|
||||||
class StreamConnection extends VoiceConnection {
|
class StreamConnection extends VoiceConnection {
|
||||||
#requestDisconnect = false;
|
#requestDisconnect = false;
|
||||||
|
/**
|
||||||
|
* @param {ClientVoiceManager} voiceManager Voice manager
|
||||||
|
* @param {Channel} channel any channel (joinable)
|
||||||
|
* @param {VoiceConnection} voiceConnection parent
|
||||||
|
*/
|
||||||
constructor(voiceManager, channel, voiceConnection) {
|
constructor(voiceManager, channel, voiceConnection) {
|
||||||
super(voiceManager, channel);
|
super(voiceManager, channel);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user