mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +00:00
undo that
This commit is contained in:
parent
22a6ded341
commit
90ca422485
1 changed files with 4 additions and 0 deletions
|
|
@ -168,6 +168,10 @@ class VoiceBroadcast extends EventEmitter {
|
||||||
|
|
||||||
buffer = this.applyVolume(buffer);
|
buffer = this.applyVolume(buffer);
|
||||||
|
|
||||||
|
setImmediate(() => this.process(buffer));
|
||||||
|
}
|
||||||
|
|
||||||
|
process(buffer) {
|
||||||
let count = 0;
|
let count = 0;
|
||||||
|
|
||||||
for (const x of this.dispatchers.entries()) {
|
for (const x of this.dispatchers.entries()) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue