mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 01:53:30 +01:00
voice fixes
This commit is contained in:
@@ -65,7 +65,6 @@ export default class VoiceConnection extends EventEmitter {
|
||||
if (this.streamProc) {
|
||||
this.streamProc.stdin.pause();
|
||||
this.streamProc.kill("SIGINT");
|
||||
this.streamProc.kill();
|
||||
}
|
||||
if(this.instream){
|
||||
//not all streams implement these...
|
||||
|
||||
Reference in New Issue
Block a user