mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-16 11:28:18 +00:00
fix some voice stuff
This commit is contained in:
@@ -132,7 +132,7 @@ class StreamDispatcher extends EventEmitter {
|
||||
data.length = 20;
|
||||
data.missed = 0;
|
||||
data.startTime = Date.now();
|
||||
this._send();
|
||||
this.stream.once('readable', () => this._send());
|
||||
}
|
||||
|
||||
_pause(value) {
|
||||
|
||||
Reference in New Issue
Block a user