mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 01:23:31 +01:00
undo that
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user