mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
stop destructive ending of broadcasts
This commit is contained in:
@@ -314,7 +314,7 @@ class VoiceBroadcast extends EventEmitter {
|
|||||||
this._pausedTime += 200;
|
this._pausedTime += 200;
|
||||||
setTimeout(() => this.tick(), 200);
|
setTimeout(() => this.tick(), 200);
|
||||||
} else {
|
} else {
|
||||||
this.end();
|
this.killCurrentTranscoder();
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user