mirror of
https://github.com/danbulant/discord.js
synced 2026-09-18 14:04:00 +00:00
Webpack build: 9f8289e433
This commit is contained in:
parent
1f25863910
commit
c7a1a9405a
2 changed files with 2 additions and 1 deletions
|
|
@ -23109,6 +23109,7 @@ class VoiceBroadcast extends EventEmitter {
|
|||
buffer = this.applyVolume(buffer);
|
||||
|
||||
for (const x of this._dispatchers.entries()) {
|
||||
if (x[1].size === 0) continue;
|
||||
const [volume, container] = x;
|
||||
const opusPacket = this.opusEncoder.encode(this.applyVolume(buffer, volume));
|
||||
for (const dispatcher of container.values()) {
|
||||
|
|
|
|||
2
discord.indev-prism.min.js
vendored
2
discord.indev-prism.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue