Skip to content

Commit

Permalink
Update start.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shahsad-kp authored May 17, 2021
1 parent 74e1720 commit f99eef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ async def start_command(client: Client, message: Message):
await asyncio.sleep(0.5)
except FloodWait as e:
await asyncio.sleep(e.x)
await msg.copy(chat_id=message.from_user.id, caption = caption, parse_mode = 'html' reply_markup = reply_markup)
await msg.copy(chat_id=message.from_user.id, caption = caption, parse_mode = 'html', reply_markup = reply_markup)
except:
pass
return
Expand Down

0 comments on commit f99eef5

Please sign in to comment.