mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix typo
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user