From ec7df40edbdf2fbfb3a3526d566d25498b1c0a17 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Wed, 10 May 2023 03:15:31 +0200 Subject: [PATCH] fix description of check-limit command to reflect what it returns --- 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 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[] = [ {