mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
Built src again using the correct preset
This commit is contained in:
@@ -125,6 +125,7 @@ class VoiceConnection extends EventEmitter {
|
||||
self.streamTime = count * length;
|
||||
|
||||
setTimeout(send, length + (nextTime - Date.now()));
|
||||
|
||||
if (!self.playing)
|
||||
self.setSpeaking(true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user