mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 21:12:06 +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);
|
||||
|
||||
setImmediate(() => this.process(buffer));
|
||||
}
|
||||
|
||||
process(buffer) {
|
||||
let count = 0;
|
||||
|
||||
for (const x of this.dispatchers.entries()) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue