From 6272c7f551a3720fcec9ddc90d790d34a27dbe1d Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Mon, 25 Sep 2023 11:32:52 +0200 Subject: [PATCH] /check-limit: change description of recovery-for paramteter to mach it better for the current default behaviour --- src/commands/check-limit.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/check-limit.ts b/src/commands/check-limit.ts index 834a8e0..28ccd6e 100644 --- a/src/commands/check-limit.ts +++ b/src/commands/check-limit.ts @@ -10,7 +10,7 @@ export default class MyLimit extends Command implements Command { options: ApplicationCommandOption[] = [ { name: "recovery-for", - description: "Calculate the limit recovery time for given message count (default 1)", + description: "Calculate the limit recovery time for given message count (default: amount required to use the bot again or 1)", type: ApplicationCommandOptionType.Integer, required: false, },