From d542e992382588f9dd98e02cf3070b5cf280304f Mon Sep 17 00:00:00 2001 From: Tomato#6966 <68145571+Tomato6966@users.noreply.github.com> Date: Wed, 28 Oct 2020 17:25:02 +0100 Subject: [PATCH] Update stop.js --- Music/stop.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Music/stop.js b/Music/stop.js index cac3c30c..2d5cdc51 100644 --- a/Music/stop.js +++ b/Music/stop.js @@ -26,7 +26,7 @@ async execute(message,args,client) { //if not a valid channel if (!channel) return attentionembed(message, "Please join a Voice Channel first"); //If not in the same channel return error - if (serverQueue && channel !== message.guild.me.voice.channel) + if (queue && channel !== message.guild.me.voice.channel) return attentionembed(message, `You must be in the same Voice Channel as me`); //if no Queue return error if (!queue)