mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
@@ -72,6 +72,8 @@ class ClientVoiceManager {
|
||||
reject(reason);
|
||||
});
|
||||
|
||||
connection.on('debug', msg => this.client.emit('debug', `[VOICE (${channel.guild.id})]: ${msg}`));
|
||||
|
||||
connection.once('authenticated', () => {
|
||||
connection.once('ready', () => {
|
||||
resolve(connection);
|
||||
|
||||
Reference in New Issue
Block a user