Skip to content

Commit

Permalink
fix: docs (StreamConnection again)
Browse files Browse the repository at this point in the history
  • Loading branch information
aiko-chan-ai committed Jul 24, 2024
1 parent dcd9a72 commit 515615c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/main.json

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions src/client/voice/VoiceConnection.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 515615c

Please sign in to comment.