if(voiceChannel!==serverQueue.voiceChannel)returnmessage.channel.send(':x: I\'m sorry but you need to be in the same voice channel as Musix to loop the queue!');
if(!message.member.roles.cache.has(client.global.db.guilds[message.guild.id].djrole))returnmessage.channel.send(':x: You need the `DJ` role to loop the queue!');
}elseif(!permissions.has(PermissionFlagsBits.ManageChannels))returnmessage.channel.send(':x: You need the `MANAGE_MESSAGES` permission to loop the queue!');
}
if(!serverQueue.looping){
serverQueue.looping=true;
message.channel.send(':repeat: Looping the queue now!');
}else{
serverQueue.looping=false;
message.channel.send(':repeat: No longer looping the queue!');