mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01: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