fix description of check-limit command to reflect what it returns
This commit is contained in:
parent
46e2c00ab1
commit
ec7df40edb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { getUserLimit, getNthUseInLimitTimestamp } from "../execution";
|
||||||
|
|
||||||
export default class MyLimit extends Command implements Command {
|
export default class MyLimit extends Command implements Command {
|
||||||
name = "check-limit";
|
name = "check-limit";
|
||||||
description = "Checks your limits and remaining usage";
|
description = "Checks your limit and usage";
|
||||||
type = ApplicationCommandType.ChatInput;
|
type = ApplicationCommandType.ChatInput;
|
||||||
options: ApplicationCommandOption[] = [
|
options: ApplicationCommandOption[] = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue