mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 05:52:05 +00:00
stop destructive ending of broadcasts
This commit is contained in:
parent
bace8bcac2
commit
fcd7cf1450
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue