diff --git a/src/commands/manualDeletion.js b/src/commands/manualDeletion.js index d686752..1ecc499 100644 --- a/src/commands/manualDeletion.js +++ b/src/commands/manualDeletion.js @@ -9,7 +9,7 @@ export default { .addUserOption((option) => option .setName('user') - .setDescription('The user to earase from the DB') + .setDescription('The user to erase from the DB') .setRequired(true), ), async execute(interaction) {