diff --git a/src/commands/check-limit.ts b/src/commands/check-limit.ts index a21c272..4104c0f 100644 --- a/src/commands/check-limit.ts +++ b/src/commands/check-limit.ts @@ -5,7 +5,7 @@ import { getUserLimit, getNthUseInLimitTimestamp } from "../execution"; export default class MyLimit extends Command implements Command { name = "check-limit"; - description = "Checks your limits and remaining usage"; + description = "Checks your limit and usage"; type = ApplicationCommandType.ChatInput; options: ApplicationCommandOption[] = [ {