if(voiceChannel!==serverQueue.voiceChannel)returnmessage.channel.send(':x: I\'m sorry but you need to be in the same voice channel as Musix to remove songs!');
if(!message.member.roles.cache.has(client.global.db.guilds[message.guild.id].djrole))returnmessage.channel.send(':x: You need the `DJ` role to remove songs queue by others!');
}
}elseif(!permissions.has(PermissionFlagsBits.ManageMessages)&&serverQueue.songs[pos].author!==message.author)returnmessage.channel.send(':x: You need the `MANAGE_MESSAGES` permission to remove songs queued by others!');