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