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 7ff450d commit 0983298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ async def start(client, message):
]]
reply_markup = InlineKeyboardMarkup(buttons)
await message.reply_photo(
video=random.choice(PICS),
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 @@ -91,7 +91,7 @@ async def start(client, message):
]]
reply_markup = InlineKeyboardMarkup(buttons)
await message.reply_photo(
video=random.choice(PICS),
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 0983298

Please sign in to comment.