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);