From 3850b77055573d66247d6c43a2db622da5b11a05 Mon Sep 17 00:00:00 2001 From: vamsi899 Date: Thu, 24 Apr 2025 09:33:30 +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 7f43ed5f..651d6fc0 100644 --- a/bot.py +++ b/bot.py @@ -74,7 +74,7 @@ async def start(bot: Client, cmd: Message): reply_markup=InlineKeyboardMarkup( [ [ - InlineKeyboardButton("Updates Channel", url="https://t.me/VJ_Botz") + InlineKeyboardButton("Updates Channel", url="https://t.me/Cartoonworldtelugu_india") ], [ InlineKeyboardButton("About Bot", callback_data="aboutbot"), @@ -82,8 +82,8 @@ async def start(bot: Client, cmd: Message): InlineKeyboardButton("Close 🚪", callback_data="closeMessage") ], [ - InlineKeyboardButton("Support Group", url="https://t.me/VJ_Bot_Disscussion"), - InlineKeyboardButton("YouTube Channel", url="https://youtube.com/@Tech_VJ") + InlineKeyboardButton("Support Group", url="https://t.me/+6LCsmRJam5djYzZl"), + InlineKeyboardButton("YouTube Channel", url="") ] ] )