From 40523f07aff7df56c7d5db0698c9343edb21c4d4 Mon Sep 17 00:00:00 2001
From: Azalea <22280294+hykilpikonna@users.noreply.github.com>
Date: Thu, 12 Mar 2026 02:22:26 -0400
Subject: [PATCH] Update bot.py
---
src/bot.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bot.py b/src/bot.py
index 89e57fc..f4ce331 100644
--- a/src/bot.py
+++ b/src/bot.py
@@ -160,7 +160,7 @@ async def handle_leaf(update: Update, user_id: int, parent: str):
return await update.message.reply_text("上级频道还不在树上... 是不是打错了 qwq")
user_states[user_id] = {"action": "leaf", "parent": parent}
- await update.message.reply_html(f"🌿 成为树叶\n\n你想让哪个频道成为 @{parent} 的树叶呢?(请发送你的频道 @用户名)")
+ await update.message.reply_html(f"🌿 成为树叶\n\n你想让哪个频道成为 @{parent} 的树叶呢?(请发送你的频道的 @用户名)")
async def handle_water(update: Update, user_id: int, channel: str):