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="") ] ] )