mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-16 11:28:18 +00:00
voice stuff
This commit is contained in:
@@ -74,7 +74,6 @@ class VoiceConnectionUDPClient extends EventEmitter {
|
||||
});
|
||||
|
||||
this.udpSocket.on('error', (error, message) => {
|
||||
console.log(error);
|
||||
this.emit('error', { error, message });
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user