/check-limit: change description of recovery-for paramteter
to mach it better for the current default behaviour
This commit is contained in:
parent
49b074f98e
commit
6272c7f551
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue