From 9c5df144602f928cd6a7c4e2dd51bbe874496e49 Mon Sep 17 00:00:00 2001 From: vamsi899 Date: Thu, 24 Apr 2025 09:44:05 +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="") ] ] )