From 104c95edcd81af9c9094f983b07cfb34d41dde4d Mon Sep 17 00:00:00 2001 From: Arshul12233333 Date: Sun, 19 Oct 2025 18:39:54 +0530 Subject: [PATCH] Update start_&_cb.py --- plugins/start_&_cb.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/start_&_cb.py b/plugins/start_&_cb.py index 5f1e517..4dd16c1 100644 --- a/plugins/start_&_cb.py +++ b/plugins/start_&_cb.py @@ -11,11 +11,11 @@ async def start(client, message): user = message.from_user await AshutoshGoswami24.add_user(client, message) button = InlineKeyboardMarkup([ - [InlineKeyboardButton('🔊 Updates', url='https://t.me/PandaWep'), - InlineKeyboardButton('♻️ Sᴜᴩᴩᴏʀᴛ', url='https://t.me/PandaWepChat')], + [InlineKeyboardButton('🔊 Updates', url='https://t.me/Anime_Universe_In_Hindi_Dub'), + InlineKeyboardButton('♻️ Sᴜᴩᴩᴏʀᴛ', url='https://t.me/ABOUT_ll_KAKASHI_xd_lll')], [InlineKeyboardButton('❤️‍🩹 About', callback_data='about'), InlineKeyboardButton('🛠️ Help', callback_data='help')], - [InlineKeyboardButton("👨‍💻 Developer", url='https://t.me/AshutoshGoswami24')] + [InlineKeyboardButton("👨‍💻 Developer", url='https://t.me/iwant2boobies')] ]) if Config.START_PIC: await message.reply_photo(Config.START_PIC, caption=Txt.START_TXT.format(user.mention), reply_markup=button) @@ -31,11 +31,11 @@ async def cb_handler(client, query: CallbackQuery): text=Txt.START_TXT.format(query.from_user.mention), disable_web_page_preview=True, reply_markup = InlineKeyboardMarkup([ - [InlineKeyboardButton('🔊 Updates', url='https://t.me/PandaWep'), - InlineKeyboardButton('♻️ Sᴜᴩᴩᴏʀᴛ', url='https://t.me/PandaWepChat')], + [InlineKeyboardButton('🔊 Updates', url='https://t.me/Anime_Universe_In_Hindi_Dub'), + InlineKeyboardButton('♻️ Sᴜᴩᴩᴏʀᴛ', url='https://t.me/ABOUT_ll_KAKASHI_xd_lll')], [InlineKeyboardButton('❤️‍🩹 About', callback_data='about'), InlineKeyboardButton('🛠️ Help', callback_data='help')], - [InlineKeyboardButton("👨‍💻 Developer", url='https://t.me/AshutoshGoswami24')] + [InlineKeyboardButton("👨‍💻 Developer", url='https://t.me/iwant2boobies')] ]) ) elif data == "help": @@ -43,7 +43,7 @@ async def cb_handler(client, query: CallbackQuery): text=Txt.HELP_TXT, disable_web_page_preview=True, reply_markup=InlineKeyboardMarkup([ - [InlineKeyboardButton("⚡Auto Rename Bot", url="https://t.me/AutoRenamePro_bot")], + [InlineKeyboardButton("⚡Auto Rename Bot", url="https://t.me/Animeuniiversebot")], [InlineKeyboardButton("🔒 Close", callback_data = "close"), InlineKeyboardButton("◀️ Back", callback_data = "start")] ]) @@ -53,7 +53,7 @@ async def cb_handler(client, query: CallbackQuery): text=Txt.ABOUT_TXT.format(client.mention), disable_web_page_preview = True, reply_markup=InlineKeyboardMarkup([ - [InlineKeyboardButton("🤖 More Bots", url="https://t.me/PandaWep/7")], + [InlineKeyboardButton("🤖 More Bots", url="https://t.me/Animeuniiversebot")], [InlineKeyboardButton("🔒 Cʟᴏꜱᴇ", callback_data = "close"), InlineKeyboardButton("◀️ Bᴀᴄᴋ", callback_data = "start")] ])