From c049ff82cdf9e476e064b7753aeac7c1fee12cba Mon Sep 17 00:00:00 2001 From: LenAnderson Date: Sun, 19 May 2024 06:31:58 -0400 Subject: [PATCH] fix typehint --- public/scripts/slash-commands/SlashCommand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/slash-commands/SlashCommand.js b/public/scripts/slash-commands/SlashCommand.js index 84e441e6b..182c31882 100644 --- a/public/scripts/slash-commands/SlashCommand.js +++ b/public/scripts/slash-commands/SlashCommand.js @@ -13,7 +13,7 @@ import { SlashCommandScope } from './SlashCommandScope.js'; * _scope:SlashCommandScope, * _parserFlags:{[id:PARSER_FLAG]:boolean}, * _abortController:SlashCommandAbortController, - * [id:string]:string, + * [id:string]:string|SlashCommandClosure, * }} NamedArguments */