diff --git a/public/scripts/slash-commands/SlashCommandAutoCompleteOption.js b/public/scripts/slash-commands/SlashCommandAutoCompleteOption.js index cbab3ba3a..996ab2630 100644 --- a/public/scripts/slash-commands/SlashCommandAutoCompleteOption.js +++ b/public/scripts/slash-commands/SlashCommandAutoCompleteOption.js @@ -54,7 +54,7 @@ export class SlashCommandAutoCompleteOption { /**@type {SlashCommand}*/ // @ts-ignore const cmd = this.value; - li = cmd.renderHelpItem(); + li = cmd.renderHelpItem(this.name); break; } case OPTION_TYPE.QUICK_REPLY: {