about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
authorelioat <{ID}+{username}@users.noreply.github.com>2025-01-03 10:26:50 -0500
committerelioat <{ID}+{username}@users.noreply.github.com>2025-01-03 10:26:50 -0500
commitde6b8751cccbb35fc51dd56f2b054d98b031c01d (patch)
tree0ab021ab9eb4de28dd6275fbe4a9e01d15419666 /html
parent5a9765f94b615a69fa17c130da1282d39204f7e3 (diff)
downloadtour-de6b8751cccbb35fc51dd56f2b054d98b031c01d.tar.gz
*
Diffstat (limited to 'html')
-rw-r--r--html/matt-chat/index.html4
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
         }