mirror of
https://github.com/danbulant/discord.js
synced 2026-06-16 13:11:31 +00:00
Fix ESLint issue
This commit is contained in:
parent
29d743a521
commit
0004e19eca
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue