From 4ed50b15c36fc2a3ad264a6a337a3ab2ac6581b8 Mon Sep 17 00:00:00 2001 From: Bertie690 <136088738+Bertie690@users.noreply.github.com> Date: Mon, 21 Jul 2025 12:21:42 -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 380f0273e32..3f21b3e71d4 100644 --- a/scripts/parse-egg-moves/interactive.js +++ b/scripts/parse-egg-moves/interactive.js @@ -15,7 +15,7 @@ export async function runInteractive() { type: "list", name: "type", message: "Select the method to obtain egg moves.", - choices: ["Console", "File", "HELP MEEEEE", "Exit"], + choices: ["Console", "File", "Help", "Exit"], }, ]) .then(a => a.type);