From ee0d66c5543b4b2605bc2af26b4b44947fdbc061 Mon Sep 17 00:00:00 2001 From: Matte <51192395+MatteZ02@users.noreply.github.com> Date: Sun, 20 Oct 2019 20:57:21 +0300 Subject: [PATCH] Update stop.js --- commands/stop.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/stop.js b/commands/stop.js index be7ca7d8..37d8054f 100644 --- a/commands/stop.js +++ b/commands/stop.js @@ -5,9 +5,9 @@ module.exports = { execute(message, args, client, Discord, prefix) { const { voiceChannel } = message.member; const serverQueue = client.queue.get(message.guild.id); - const permissions = message.channel.permissionsFor(message.author); - if (!serverQueue) return message.channel.send(':x: There is nothing playing that I could stop for you.'); + const permissions = message.channel.permissionsFor(message.author); if (message.author.id !== '360363051792203779') { + if (!serverQueue) return message.channel.send(':x: There is nothing playing that I could stop for you.'); if (voiceChannel !== serverQueue.voiceChannel) return message.channel.send(':x: I\'m sorry but you need to be in the same voice channel as Musix to stop the music!'); if (client.global.db.guilds[message.guild.id].permissions === true) { if (client.global.db.guilds[message.guild.id].dj) {