This commit is contained in:
LenAnderson
2024-04-23 15:24:20 -04:00
parent f14255590c
commit fc088411d9

View File

@ -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;
}