From eca615b4ded9194cd87b8688a16b03d53a41e271 Mon Sep 17 00:00:00 2001 From: Eri Date: Fri, 18 Jul 2025 16:38:42 +0200 Subject: [PATCH] change the help msg even though cmd handler still doesnt work --- lydia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lydia.js b/lydia.js index 61a3b00..bdc5af2 100644 --- a/lydia.js +++ b/lydia.js @@ -186,7 +186,7 @@ async function sendMessage(message) { switch (command) { case "help": chatBox.setContent( - "available commands:\n!help - show this help message\n!face - set face to text", + "available commands:\nl!help - show this help message\nl!face - set face to text", ); break; case "clear":