Skip to content

Commit

Permalink
Update stop.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomato6966 authored Oct 28, 2020
1 parent feec4ae commit d542e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Music/stop.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d542e99

Please sign in to comment.