diff options
author | elioat <{ID}+{username}@users.noreply.github.com> | 2025-01-03 10:26:50 -0500 |
---|---|---|
committer | elioat <{ID}+{username}@users.noreply.github.com> | 2025-01-03 10:26:50 -0500 |
commit | de6b8751cccbb35fc51dd56f2b054d98b031c01d (patch) | |
tree | 0ab021ab9eb4de28dd6275fbe4a9e01d15419666 /html | |
parent | 5a9765f94b615a69fa17c130da1282d39204f7e3 (diff) | |
download | tour-de6b8751cccbb35fc51dd56f2b054d98b031c01d.tar.gz |
*
Diffstat (limited to 'html')
-rw-r--r-- | html/matt-chat/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/html/matt-chat/index.html b/html/matt-chat/index.html index 1b962be..d7fd26d 100644 --- a/html/matt-chat/index.html +++ b/html/matt-chat/index.html @@ -425,10 +425,10 @@ // Function to display help information function displayHelp() { const helpMessage = ` - Available commands: + Available commands:\n /darkmode - Toggle dark mode /clear - Clear the chat history - /help - Show this help message + /help - Show this message `; addMessage(helpMessage, "bot"); // Display help message as a bot message } |