Error update

This commit is contained in:
Skylar Grant 2023-02-20 14:07:50 -05:00
parent 56be24b5cd
commit 663ef2297b
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ module.exports = {
await interaction.editReply(fn.builders.embed("You must select 'true' to confirm setup reset. No changes have been made.")).catch(e => console.error(e));
}
} else {
throw "Guild doesn't exist in database!";
await interaction.editReply(fn.builders.errorEmbed("There is no configuration to delete.")).catch(e => console.error(e));
}
break;
default: