fix typehint

This commit is contained in:
LenAnderson
2024-05-19 06:31:58 -04:00
parent 64ee2d77b8
commit c049ff82cd

View File

@ -13,7 +13,7 @@ import { SlashCommandScope } from './SlashCommandScope.js';
* _scope:SlashCommandScope, * _scope:SlashCommandScope,
* _parserFlags:{[id:PARSER_FLAG]:boolean}, * _parserFlags:{[id:PARSER_FLAG]:boolean},
* _abortController:SlashCommandAbortController, * _abortController:SlashCommandAbortController,
* [id:string]:string, * [id:string]:string|SlashCommandClosure,
* }} NamedArguments * }} NamedArguments
*/ */