Update interactive.js

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-07-21 12:21:42 -04:00 committed by GitHub
parent 61d268ac82
commit 4ed50b15c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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