Skip to content

Commit

Permalink
Update commands.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadhi000 authored Apr 12, 2022
1 parent e221d6e commit 24e9508
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ async def start(client, message):
InlineKeyboardButton('✅ SUBSCᏒIBΞ ✅', url='https://youtube.com/channel/UCf_dVNrilcT0V2R--HbYpMA')
]]
reply_markup = InlineKeyboardMarkup(buttons)
await message.reply_video(
video=random.choice(PICS),
await message.reply_photo(
photo=random.choice(PICS),
caption=script.START_TXT.format(message.from_user.mention, temp.U_NAME, temp.B_NAME),
reply_markup=reply_markup,
parse_mode='html'
Expand Down Expand Up @@ -90,8 +90,8 @@ async def start(client, message):
InlineKeyboardButton('✅ SUBSCᏒIBΞ ✅', url='https://youtube.com/channel/UCf_dVNrilcT0V2R--HbYpMA')
]]
reply_markup = InlineKeyboardMarkup(buttons)
await message.reply_video(
video=random.choice(PICS),
await message.reply_photo(
photo=random.choice(PICS),
caption=script.START_TXT.format(message.from_user.mention, temp.U_NAME, temp.B_NAME),
reply_markup=reply_markup,
parse_mode='html'
Expand Down

0 comments on commit 24e9508

Please sign in to comment.