mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
committed by
abalabahaha
parent
6b5f4fa773
commit
750f2a2b1b
@@ -160,7 +160,7 @@ var AudioEncoder = (function () {
|
||||
this.volume.once("readable", function () {
|
||||
var data = {
|
||||
proc: enc,
|
||||
stream: _this4.volume,
|
||||
stream: this.volume,
|
||||
channels: 2
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user