From e995ff436cefdb770cf6b0dd8166b572db7e3201 Mon Sep 17 00:00:00 2001 From: drifty Date: Mon, 11 Aug 2025 14:07:28 +0530 Subject: [PATCH] Update bot.py --- bot.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bot.py b/bot.py index 7e6a5a3..a035f9d 100644 --- a/bot.py +++ b/bot.py @@ -160,9 +160,9 @@ async def start(update: Update, context: ContextTypes.DEFAULT_TYPE): log(f"User {username} ({chat_id}) started the bot.") await update.message.reply_text( "👋 Welcome to the Twitchrise bot for Telegram!\n\n" - "Use /add to watch a Twitch streamer.\n" - "Use /remove to stop watching.\n" - "Use /list to see your watchlist.\n" + "Use /add to monitor a Twitch channel.\n" + "Use /remove to stop monitoring the channel.\n" + "Use /list to see your monitor list.\n" "Use /setapprise to add extra notification targets.\n" "Use /rmapprise to remove already added notification targets.\n" "Use /listapprise to list all added notification targets.\n\n"