if(voiceChannel!==serverQueue.voiceChannel)returnmessage.channel.send(':x: I\'m sorry but you need to be in the same voiceChannel as Musix to pause 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 pause the music!');
}elseif(!permissions.has('MANAGE_MESSAGES'))returnmessage.channel.send(':x: You need the `MANAGE_MESSAGES` permission to pause the music!');