From e3e79bc8fca5926847d3d63910d1071ecefe33f2 Mon Sep 17 00:00:00 2001 From: bisksksw <146829085+bisksksw@users.noreply.github.com> Date: Sat, 7 Oct 2023 15:36:00 +0530 Subject: [PATCH] Update commands.py --- plugins/commands.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/plugins/commands.py b/plugins/commands.py index 28b1dc3..9b359e9 100644 --- a/plugins/commands.py +++ b/plugins/commands.py @@ -24,8 +24,8 @@ async def start(client, message): if message.chat.type in [enums.ChatType.GROUP, enums.ChatType.SUPERGROUP]: buttons = [ [ - InlineKeyboardButton("Updates", url="https://t.me/VJ_Bots"), - InlineKeyboardButton("đŸŋ YouTube Channel đŸŋ", url="https://youtube.com/@Tech_VJ") + InlineKeyboardButton("Updates", url="https://t.me/infinityx_Lk"), + InlineKeyboardButton("đŸŋ backup đŸŋ", url="https://t.me/infinity_Lk") ] ] reply_markup = InlineKeyboardMarkup(buttons) @@ -41,11 +41,11 @@ async def start(client, message): await client.send_message(LOG_CHANNEL, script.LOG_TEXT_P.format(message.from_user.id, message.from_user.mention)) if len(message.command) != 2: buttons = [[ - InlineKeyboardButton('💝 Subscribe YouTube Channel 💗', url=f'http://youtube.com/@Tech_VJ') + InlineKeyboardButton('💝 backup 💗', url=f'http://t.me/infinity_,Lk') ],[ - InlineKeyboardButton('â™ģī¸ Update Channel â™ģī¸', url=f'https://t.me/VJ_Botz') + InlineKeyboardButton('â™ģī¸ Update Channel â™ģī¸', url=f'https://t.me/infinityx_Lk') ],[ - InlineKeyboardButton('â„šī¸ Owner', url=f't.me/vjbots_bot'), + InlineKeyboardButton('â„šī¸ Owner', url=f't.me/nimsar_a'), InlineKeyboardButton('😊 About', callback_data='about') ]] reply_markup = InlineKeyboardMarkup(buttons) @@ -63,11 +63,11 @@ async def start(client, message): return buttons = [[ - InlineKeyboardButton('💝 Subscribe YouTube Channel 💗', url=f'http://youtube.com/@Tech_VJ') + InlineKeyboardButton('💝 backup 💗', url=f'http://t.me/infinity_Lk') ],[ - InlineKeyboardButton('â™ģī¸ Update Channel â™ģī¸', url=f'https://t.me/VJ_Botz') + InlineKeyboardButton('â™ģī¸ Update Channel â™ģī¸', url=f'https://t.me/infinityx_Lk') ],[ - InlineKeyboardButton('â„šī¸ Owner', url=f't.me/vjbots_bot'), + InlineKeyboardButton('â„šī¸ Owner', url=f't.me/nimsar_a'), InlineKeyboardButton('😊 About', callback_data='about') ]] reply_markup = InlineKeyboardMarkup(buttons)