mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-19 05:49:32 +02:00
Update interactive.js
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
61d268ac82
commit
4ed50b15c3
@ -15,7 +15,7 @@ export async function runInteractive() {
|
|||||||
type: "list",
|
type: "list",
|
||||||
name: "type",
|
name: "type",
|
||||||
message: "Select the method to obtain egg moves.",
|
message: "Select the method to obtain egg moves.",
|
||||||
choices: ["Console", "File", "HELP MEEEEE", "Exit"],
|
choices: ["Console", "File", "Help", "Exit"],
|
||||||
},
|
},
|
||||||
])
|
])
|
||||||
.then(a => a.type);
|
.then(a => a.type);
|
||||||
|
Loading…
Reference in New Issue
Block a user