diff --git a/public/scripts/slash-commands/SlashCommandParser.js b/public/scripts/slash-commands/SlashCommandParser.js index e2917eeaa..b9544ee16 100644 --- a/public/scripts/slash-commands/SlashCommandParser.js +++ b/public/scripts/slash-commands/SlashCommandParser.js @@ -8,9 +8,9 @@ import { SlashCommandScope } from './SlashCommandScope.js'; export class SlashCommandParser { // @ts-ignore - /**@type {Map}*/ commands = {}; + /**@type {Object.}*/ commands = {}; // @ts-ignore - /**@type {Map}*/ helpStrings = {}; + /**@type {Object.}*/ helpStrings = {}; /**@type {Boolean}*/ verifyCommandNames = true; /**@type {String}*/ text; /**@type {String}*/ keptText;