about summary refs log tree commit diff stats
path: root/html/matt-chat/index.html
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2025-01-05 20:44:43 -0500
committerelioat <elioat@tilde.institute>2025-01-05 20:44:43 -0500
commit8d107ac58023981750de62d480385ab3549880e7 (patch)
treeeff76f74c11aa593e846ed8aea2c3bd888995015 /html/matt-chat/index.html
parent6e60722b275c55841a25f8a46c25002c6b875a52 (diff)
downloadtour-8d107ac58023981750de62d480385ab3549880e7.tar.gz
*
Diffstat (limited to 'html/matt-chat/index.html')
-rw-r--r--html/matt-chat/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/html/matt-chat/index.html b/html/matt-chat/index.html
index 10779b9..8ccc9be 100644
--- a/html/matt-chat/index.html
+++ b/html/matt-chat/index.html
@@ -1068,7 +1068,8 @@ Available commands:\n
   /context - Show the current conversation's context
   /clear - Clear the chat history
   /help - Show this message
-  /theme [theme-name] - Switch theme (available: ${Object.keys(AVAILABLE_THEMES).join(', ')})
+  /theme [theme-name] - Switch theme (available themes: ${Object.keys(AVAILABLE_THEMES).join(', ')})
+      without a theme name, this will show all available themes, too
             `;
             addMessage(helpMessage, "bot");
         }