fix(telegram): include restart in help text

This commit is contained in:
Xubin Ren
2026-03-14 10:45:37 +00:00
parent a2acacd8f2
commit 61f0923c66
2 changed files with 17 additions and 0 deletions
+1
View File
@@ -453,6 +453,7 @@ class TelegramChannel(BaseChannel):
"🐈 nanobot commands:\n"
"/new — Start a new conversation\n"
"/stop — Stop the current task\n"
"/restart — Restart the bot\n"
"/help — Show available commands"
)