mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 10:33: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');
|
const socket = this.socket = udp.createSocket('udp4');
|
||||||
|
|
||||||
socket.once('message', message => {
|
socket.once('message', message => {
|
||||||
|
|
||||||
// Stop if the sockets have been deleted because the connection has been closed already
|
// Stop if the sockets have been deleted because the connection has been closed already
|
||||||
if (!this.voiceConnection.sockets.ws) return;
|
if (!this.voiceConnection.sockets.ws) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user