From 774acbaa4ff399925d869a08fcffaa0e11c06858 Mon Sep 17 00:00:00 2001 From: SamNet-dev Date: Fri, 30 Jan 2026 15:48:47 -0600 Subject: [PATCH] Add /start reminder in Telegram bot setup wizard Co-Authored-By: Claude --- conduit.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conduit.sh b/conduit.sh index b2075ee..6580b8c 100644 --- a/conduit.sh +++ b/conduit.sh @@ -5436,6 +5436,10 @@ telegram_setup_wizard() { echo -e " ${CYAN}────────────────────────${NC}" echo -e " 1. Open your new bot in Telegram" echo -e " 2. Send it the message: ${YELLOW}/start${NC}" + echo -e "" + echo -e " ${YELLOW}Important:${NC} You MUST send ${BOLD}/start${NC} to the bot first!" + echo -e " The bot cannot respond to you until you do this." + echo -e "" echo -e " 3. Press Enter here when done..." echo "" read -p " Press Enter after sending /start to your bot... " < /dev/tty || { trap - SIGINT; TELEGRAM_BOT_TOKEN="$_saved_token"; TELEGRAM_CHAT_ID="$_saved_chatid"; TELEGRAM_INTERVAL="$_saved_interval"; TELEGRAM_ENABLED="$_saved_enabled"; TELEGRAM_START_HOUR="$_saved_starthour"; TELEGRAM_SERVER_LABEL="$_saved_label"; return; }