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, },