use autocomplete parts in /? slash

This commit is contained in:
LenAnderson
2024-04-24 11:36:44 -04:00
parent 07f9160a3b
commit 0fa4f5efc2
6 changed files with 387 additions and 163 deletions

View File

@ -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)