change the help msg even though cmd handler still doesnt work
This commit is contained in:
parent
3d2d5c6717
commit
eca615b4de
1 changed files with 1 additions and 1 deletions
2
lydia.js
2
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 <text> - set face to text",
|
||||
"available commands:\nl!help - show this help message\nl!face <text> - set face to text",
|
||||
);
|
||||
break;
|
||||
case "clear":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue