diff --git a/public/scripts/slash-commands/SlashCommandParser.js b/public/scripts/slash-commands/SlashCommandParser.js index 29ee3cda2..171a38491 100644 --- a/public/scripts/slash-commands/SlashCommandParser.js +++ b/public/scripts/slash-commands/SlashCommandParser.js @@ -114,7 +114,6 @@ export class SlashCommandParser { constructor() { - //TODO should not be re-registered from every instance // add dummy commands for help strings / autocomplete if (!Object.keys(this.commands).includes('parser-flag')) { const help = {};