Skip to content

Commit f99eef5

Browse files
authored
Update start.py
1 parent 74e1720 commit f99eef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/start.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async def start_command(client: Client, message: Message):
6565
await asyncio.sleep(0.5)
6666
except FloodWait as e:
6767
await asyncio.sleep(e.x)
68-
await msg.copy(chat_id=message.from_user.id, caption = caption, parse_mode = 'html' reply_markup = reply_markup)
68+
await msg.copy(chat_id=message.from_user.id, caption = caption, parse_mode = 'html', reply_markup = reply_markup)
6969
except:
7070
pass
7171
return

0 commit comments

Comments
 (0)