mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
start rewriting voice websocket
This commit is contained in:
@@ -258,7 +258,8 @@ class ClientVoiceManager {
|
||||
});
|
||||
|
||||
pendingConnection.on('pass', voiceConnection => {
|
||||
// do stuff
|
||||
this.pending.delete(channel.guild.id);
|
||||
this.connections.set(channel.guild.id, voiceConnection);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user