Skip to content

Commit

Permalink
Update commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
technicalaks authored May 25, 2022
1 parent 74c1126 commit 840f98a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ async def start(client, message):
InlineKeyboardButton('♻️ HELP ♻️', callback_data='help'),
InlineKeyboardButton('CONTACT ME', url='https://t.me/Aks_support01_bot'),
InlineKeyboardButton('♻️ ABOUT ♻️', callback_data='about')
],[
InlineKeyboardButton('✅ SUBSCRIBE ✅', url='https://youtube.com/channel/technicalaks01')
]]
],[ InlineKeyboardButton('- Sᴇᴀʀᴄʜ Iɴʟɪɴᴇ-', switch_inline_query_current_chat=''), ]]
reply_markup = InlineKeyboardMarkup(buttons)
await message.reply_photo(
photo=random.choice(PICS),
Expand Down Expand Up @@ -86,9 +84,7 @@ async def start(client, message):
InlineKeyboardButton('♻️ HELP ♻️', callback_data='help'),
InlineKeyboardButton('CONTACT ME', url='https://t.me/Aks_support01_bot'),
InlineKeyboardButton('♻️ ABOUT ♻️', callback_data='about')
],[
InlineKeyboardButton('✅ SUBSCRIBE ✅', url='https://youtube.com/channel/technicalaks01')
]]
],[ InlineKeyboardButton('- Sᴇᴀʀᴄʜ Iɴʟɪɴᴇ-', switch_inline_query_current_chat=''), ]]
reply_markup = InlineKeyboardMarkup(buttons)
await message.reply_photo(
photo=random.choice(PICS),
Expand Down

0 comments on commit 840f98a

Please sign in to comment.