mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Fix ESLint issue
This commit is contained in:
@@ -103,7 +103,6 @@ class VoiceConnectionUDPClient extends EventEmitter {
|
||||
const socket = this.socket = udp.createSocket('udp4');
|
||||
|
||||
socket.once('message', message => {
|
||||
|
||||
// Stop if the sockets have been deleted because the connection has been closed already
|
||||
if (!this.voiceConnection.sockets.ws) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user