fix description of check-limit command to reflect what it returns

This commit is contained in:
Wroclaw 2023-05-10 03:15:31 +02:00
parent 46e2c00ab1
commit ec7df40edb

View file

@ -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[] = [
{