[+] Delete reminder

This commit is contained in:
2026-03-12 01:55:16 -04:00
parent 50b3e0f850
commit 0a3abbbc21
+1 -1
View File
@@ -416,7 +416,7 @@ async def verify_callback(update: Update, context: ContextTypes.DEFAULT_TYPE):
logger.info(f"> 🌿 Registering channel {channel} with parent {parent}.") logger.info(f"> 🌿 Registering channel {channel} with parent {parent}.")
height = db.register(channel, title, parent, owner_id=uid) height = db.register(channel, title, parent, owner_id=uid)
await query.answer("✅ 验证成功!", show_alert=False) await query.answer("✅ 验证成功!", show_alert=False)
await query.message.reply_text(f"频道 {channel} 上树成功!把下面这条转发到频道里吧~") await query.message.reply_text(f"频道 {channel} 上树成功!把下面这条转发到频道里吧~(以及不要忘记把验证码删掉哦)")
await query.message.reply_html( await query.message.reply_html(
shareable_message(channel, title, f"是 @{parent} 的树枝 🌿 在频道树的第 {height + 1} 层~"), shareable_message(channel, title, f"是 @{parent} 的树枝 🌿 在频道树的第 {height + 1} 层~"),
reply_markup=channel_buttons(channel)) reply_markup=channel_buttons(channel))