Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from jirno7pr/multi-stream-support
Browse files Browse the repository at this point in the history
Closed audio-mixier fix #4
  • Loading branch information
suzukey authored Jul 9, 2022
2 parents c4f73b5 + 0edf86a commit 3d278aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions modules/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,9 @@ class Guild {
}

leave = async () => {
this.connection.from.disconnect()
this.connection.to.disconnect()
this.connection.from.disconnect();
this.connection.to.disconnect();
this.audioMixer.close();
}
}

Expand Down

0 comments on commit 3d278aa

Please sign in to comment.