if(voiceChannel!==serverQueue.voiceChannel)returnmessage.channel.send(':x: I\'m sorry but you need to be in the same voice channel as Musix to stop the music!');
if(!message.member.roles.has(client.global.db.guilds[message.guild.id].djrole))returnmessage.channel.send(':x: You need the `DJ` role to stop the music!');
}elseif(!permissions.has('MANAGE_CHANNELS'))returnmessage.channel.send(':x: You need the `MANAGE_CHANNELS` permission to stop the music!');