fix type hints

This commit is contained in:
LenAnderson
2024-05-18 14:49:02 -04:00
parent e49317a73c
commit d77a70b25a
2 changed files with 23 additions and 3 deletions

View File

@ -20,7 +20,7 @@ export class SlashCommandExecutor {
// @ts-ignore
/**@type {SlashCommandNamedArgumentAssignment[]}*/ namedArgumentList = [];
/**@type {SlashCommandUnnamedArgumentAssignment[]}*/ unnamedArgumentList = [];
/**@type {Object<PARSER_FLAG,boolean>} */ parserFlags;
/**@type {{[id:PARSER_FLAG]:boolean}} */ parserFlags;
get commandCount() {
return 1