console.log(errorStatus+"No commands matching ${interaction.commandName} was not found! (Repair!)")
console.error(error);
}
try{
awaitcommand.execute(interaction);
}catch(error){
console.console(errorStatus+"Something went wrong while executing this command! Please use the information below and sudmit to the author of the issue!");
console.error(error);
if(interaction.replied||interaction.deferred){
awaitinteraction.followUp({content:'Error executing this command! Something went wrong, try again later.',ephemeral:true});
}else{
awaitinteraction.reply({content:'Error executing this command! Something went wrong, try again later.',ephemeral:true});