From afd2b3600f96d475fb09d219060c32cf6c303286 Mon Sep 17 00:00:00 2001 From: MatteZ02 <47610069+MatteZ02@users.noreply.github.com> Date: Sat, 23 Nov 2019 10:38:43 +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 94953f30..a17c6142 100644 --- a/funcs/play.js +++ b/funcs/play.js @@ -18,6 +18,7 @@ module.exports = async function (guild, song, client, message, seek, play) { } else { console.log(reason); } + serverQueue.playing = false; if (serverQueue.looping) { serverQueue.songs.push(serverQueue.songs[0]); }