if(!interaction.channel.nsfw&&!args.force)returninteraction.reply(`Please execute this command in an NSFW channel ( Content might not be NSFW but since the video are user submitted better safe than sorry ) OR do \`\`${interaction.prefix}ytp --force\`\` to make the command work outside of nsfw channel BE AWARE THAT IT WON'T CHANGE THE FINAL RESULT SO NSFW CAN STILL HAPPEN`);
constloadingmsg=awaitinteraction.reply(`Processing, this can take a ***long*** time, i'll ping you when I finished <a:loadingmin:527579785212329984>\nSome info: There are currently ${mp4.length} videos, why not add yours? You can do so with the \`\`addytp\`\` command.\nLike ytp? Why not check out https://ytp.namejeff.xyz/`);
returninteraction.reply({content:'Here is your YTP! Remember, it might contain nsfw, so be careful!',files:[`${os.tmpdir()}/${interaction.id}_YTP.mp4`]})
.catch(err=>{
console.error(err);
returninteraction.reply('Whoops, look like the vid might be too big for discord, my bad, please try again');