mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix "/? slash"
This commit is contained in:
@ -16,6 +16,6 @@ export class SlashCommand {
|
|||||||
;
|
;
|
||||||
aliases += ')';
|
aliases += ')';
|
||||||
}
|
}
|
||||||
return `<span class="monospace">/${this.name}</span>${this.helpString}${aliases}`;
|
return `<span class="monospace">/${this.name}</span> ${this.helpString}${aliases}`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user