Error update
This commit is contained in:
parent
56be24b5cd
commit
663ef2297b
@ -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));
|
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 {
|
} 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;
|
break;
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user