diff --git a/public/scripts/slash-commands/SlashCommandAutoCompleteOption.js b/public/scripts/slash-commands/SlashCommandAutoCompleteOption.js index 58b023f1..1be701ed 100644 --- a/public/scripts/slash-commands/SlashCommandAutoCompleteOption.js +++ b/public/scripts/slash-commands/SlashCommandAutoCompleteOption.js @@ -178,11 +178,17 @@ export class SlashCommandAutoCompleteOption { } + /** + * @returns {HTMLElement} + */ renderItem() { throw new Error(`${this.constructor.name}.renderItem() is not implemented`); } + /** + * @returns {DocumentFragment} + */ renderDetails() { throw new Error(`${this.constructor.name}.renderDetails() is not implemented`); }