mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
Fixed switching voice channels
This commit is contained in:
@@ -190,7 +190,6 @@ class VoiceConnection extends EventEmitter {
|
||||
.encodeFile(stream)
|
||||
.catch(error)
|
||||
.then(data => {
|
||||
|
||||
self.streamProc = data.proc;
|
||||
var intent = self.playRawStream(data.stream);
|
||||
resolve(intent);
|
||||
|
||||
Reference in New Issue
Block a user