Update interactive.js

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

View File

@ -26,7 +26,7 @@ export async function runInteractive() {
return { type: "Exit" };
}
if (answer === "HELP MEEEEE") {
if (answer === "Help") {
showHelpText();
return { type: "Exit" };
}