diff --git a/public/scripts/slash-commands/SlashCommandParserNameResult.js b/public/scripts/slash-commands/SlashCommandParserNameResult.js index 062e704ad..0c11421be 100644 --- a/public/scripts/slash-commands/SlashCommandParserNameResult.js +++ b/public/scripts/slash-commands/SlashCommandParserNameResult.js @@ -25,7 +25,7 @@ export class SlashCommandParserNameResult { */ constructor(type, name, start, optionList = []) { this.type = type; - this.name = name, + this.name = name; this.start = start; this.optionList = optionList; }