From 44b0b8dcd0a55738a3b094113102b04c597cd4a1 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Mon, 21 Jul 2025 12:21:50 -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 3f21b3e71d4..814957dc09a 100644 --- a/scripts/parse-egg-moves/interactive.js +++ b/scripts/parse-egg-moves/interactive.js @@ -26,7 +26,7 @@ export async function runInteractive() { return { type: "Exit" }; } - if (answer === "HELP MEEEEE") { + if (answer === "Help") { showHelpText(); return { type: "Exit" }; }