From 979f038dedf3f8d1a3cafc941976579c39d533f4 Mon Sep 17 00:00:00 2001 From: chengyongru Date: Tue, 30 Jun 2026 17:00:36 +0800 Subject: [PATCH] fix(channels): align Dream prompt Telegram copy --- nanobot/channels/telegram.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanobot/channels/telegram.py b/nanobot/channels/telegram.py index b6d8e6b0..6562ac7a 100644 --- a/nanobot/channels/telegram.py +++ b/nanobot/channels/telegram.py @@ -418,7 +418,7 @@ class TelegramChannel(BaseChannel): BotCommand("dream", "Run Dream memory consolidation now"), BotCommand("dream_log", "Show the latest Dream memory change"), BotCommand("dream_restore", "Restore Dream memory to an earlier version"), - BotCommand("dream_prompt", "Show or initialize the Dream prompt override"), + BotCommand("dream_prompt", "Tell Dream how to organize memory"), BotCommand("help", "Show available commands"), ]