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 7f57105 commit e306746
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions plugins/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ async def start(client, message):
reply4 = await reply3.edit_text(
text="▣▣▣"
)
await reply4.delete()
parse_mode='html'
await reply4.delete()
)
reply_markup = InlineKeyboardMarkup(buttons)
await message.reply_photo(
Expand Down Expand Up @@ -120,8 +119,7 @@ async def start(client, message):
reply4 = await reply3.edit_text(
text="▣▣▣"
)
await reply4.delete()
parse_mode='html'
await reply4.delete()
)
reply_markup = InlineKeyboardMarkup(buttons)
await message.reply_photo(
Expand Down

0 comments on commit e306746

Please sign in to comment.