mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
use autocomplete parts in /? slash
This commit is contained in:
@ -255,6 +255,9 @@ export class SlashCommandParser {
|
||||
}
|
||||
|
||||
getHelpString() {
|
||||
return '<div class="slashHelp">Loading...</div>';
|
||||
}
|
||||
getHelpStringX() {
|
||||
const listItems = Object
|
||||
.keys(this.commands)
|
||||
.filter(key=>this.commands[key].name == key)
|
||||
|
Reference in New Issue
Block a user