mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
fix alias display in autocomplete list
This commit is contained in:
@ -54,7 +54,7 @@ export class SlashCommandAutoCompleteOption {
|
|||||||
/**@type {SlashCommand}*/
|
/**@type {SlashCommand}*/
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
const cmd = this.value;
|
const cmd = this.value;
|
||||||
li = cmd.renderHelpItem();
|
li = cmd.renderHelpItem(this.name);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case OPTION_TYPE.QUICK_REPLY: {
|
case OPTION_TYPE.QUICK_REPLY: {
|
||||||
|
Reference in New Issue
Block a user