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 */