From 4332baa85e4686b6e13b64f4cd96fe5ef2731d07 Mon Sep 17 00:00:00 2001 From: toast-ts <96593068+toast-ts@users.noreply.github.com> Date: Sun, 28 Jan 2024 12:29:36 +1100 Subject: [PATCH] Fix wording --- src/commands/unpunish.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/unpunish.ts b/src/commands/unpunish.ts index 693bfce..f530356 100644 --- a/src/commands/unpunish.ts +++ b/src/commands/unpunish.ts @@ -20,7 +20,7 @@ export default class Unpunish { .setDescription('Remove the active punishment from a member') .addIntegerOption(x=>x .setName('case_id') - .setDescription('Case ID of the punishment to be overwritten') + .setDescription('Case ID of the active punishment to be overwritten') .setRequired(true)) .addStringOption(x=>x .setName('reason')