We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74e1720 commit f99eef5Copy full SHA for f99eef5
plugins/start.py
@@ -65,7 +65,7 @@ async def start_command(client: Client, message: Message):
65
await asyncio.sleep(0.5)
66
except FloodWait as e:
67
await asyncio.sleep(e.x)
68
- 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)
69
except:
70
pass
71
return
0 commit comments