From 8368b5d3e0a377a470c30279d990923e1566f9a1 Mon Sep 17 00:00:00 2001 From: py660 <93660666+py660@users.noreply.github.com> Date: Sun, 4 May 2025 15:01:58 -0400 Subject: [PATCH] Update manualDeletion.js --- src/commands/manualDeletion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {