From 0bfa09209a697b79bed3852f636b2de232d6aa16 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Tue, 29 Oct 2019 17:47:57 +0200 Subject: [PATCH] Update play.js --- funcs/play.js | 1 + 1 file changed, 1 insertion(+) diff --git a/funcs/play.js b/funcs/play.js index e711cd8a..09644670 100644 --- a/funcs/play.js +++ b/funcs/play.js @@ -3,6 +3,7 @@ module.exports = async function (guild, song, client, message, seek, play) { const ytdl = require('ytdl-core'); const serverQueue = client.queue.get(guild.id); if (!song) { + console.log('No song') serverQueue.voiceChannel.leave(); client.queue.delete(guild.id); return;