From 61d268ac82185342de77eeded3d77e16d0763703 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Mon, 21 Jul 2025 12:21:37 -0400 Subject: [PATCH] Update interactive.js Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- scripts/parse-egg-moves/interactive.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/parse-egg-moves/interactive.js b/scripts/parse-egg-moves/interactive.js index 46150137f74..380f0273e32 100644 --- a/scripts/parse-egg-moves/interactive.js +++ b/scripts/parse-egg-moves/interactive.js @@ -8,7 +8,7 @@ import { showHelpText } from "./help-message.js"; * @returns {Promise<{type: "Console" | "File", value: string} | {type: "Exit"}>} The selected option with value */ export async function runInteractive() { - /** @type {"Console" | "File" | "HELP MEEEEE" | "Exit"} */ + /** @type {"Console" | "File" | "Help" | "Exit"} */ const answer = await inquirer .prompt([ {