refactoring

This commit is contained in:
Kim Ravn Hansen
2025-10-21 15:53:44 +02:00
parent 15f648535c
commit ccd0f248fc
7 changed files with 85 additions and 63 deletions

View File

@@ -43,7 +43,7 @@ export class Prompt {
/** @type {string|string[]} Default prompt text to send if we don't want to send something in the execute() call. */
promptText = [
"Please enter some very important info", // Stupid placeholder text
"Please enter some very important info", // Silly placeholder text
"((or type :quit to run away))", // strings in double parentheses is rendered shaded/faintly
];