/check-limit: change description of recovery-for paramteter

to mach it better for the current default behaviour
This commit is contained in:
Wroclaw 2023-09-25 11:32:52 +02:00
parent 49b074f98e
commit 6272c7f551

View file

@ -10,7 +10,7 @@ export default class MyLimit extends Command implements Command {
options: ApplicationCommandOption[] = [ options: ApplicationCommandOption[] = [
{ {
name: "recovery-for", 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, type: ApplicationCommandOptionType.Integer,
required: false, required: false,
}, },