change the help msg even though cmd handler still doesnt work

This commit is contained in:
Eri Ishihara 2025-07-18 16:38:42 +02:00
parent 3d2d5c6717
commit eca615b4de

View file

@ -186,7 +186,7 @@ async function sendMessage(message) {
switch (command) { switch (command) {
case "help": case "help":
chatBox.setContent( chatBox.setContent(
"available commands:\n!help - show this help message\n!face <text> - set face to text", "available commands:\nl!help - show this help message\nl!face <text> - set face to text",
); );
break; break;
case "clear": case "clear":