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" }; }