console.log(`[${client.moment().format('DD/MM/YY HH:mm:ss')}] ${interaction.user.tag} used /${interaction.commandName} in #${interaction.channel.name}`);
if(!client.config.botSwitches.commands&&!client.config.eval.whitelist.includes(interaction.user.id))returninteraction.reply({content:'Commands are currently disabled.',ephemeral: true});
if(commandFile){
if(commandFile.disabled)returninteraction.reply({content:'This command is currently disabled.',ephemeral: true});