mirror of
https://github.com/danbulant/discord.js
synced 2026-07-07 12:11:11 +00:00
Webpack build: fcd7cf1450
This commit is contained in:
parent
06f1416143
commit
140e45c933
2 changed files with 3 additions and 3 deletions
|
|
@ -23096,7 +23096,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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
4
discord.indev-prism.min.js
vendored
4
discord.indev-prism.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue