From aeb6710b49e4de26ff4df5d75e29299cdd5cd691 Mon Sep 17 00:00:00 2001 From: Nate Baer Date: Sun, 10 Nov 2024 23:44:12 -0800 Subject: [PATCH] Add /instruct command info to /help --- src/telegram/telegram_bot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/telegram/telegram_bot.py b/src/telegram/telegram_bot.py index 758d44d..d5842c5 100644 --- a/src/telegram/telegram_bot.py +++ b/src/telegram/telegram_bot.py @@ -140,9 +140,9 @@ async def help_command_handler(self, ctx): /retry - Retry the last response /undo - Undo the last exchange /clear - Clear the conversation - /fact - Add a fact to the conversation /continue - Request another response - + /fact (...) - Add a fact to the conversation + /instruct (...) - Apply an instruction *Information* /stats - Show conversation statistics /help - Show this help message