Spaces:
Runtime error
Runtime error
Jishu Developer
commited on
Update start.py
Browse files- plugins/start.py +1 -1
plugins/start.py
CHANGED
@@ -90,7 +90,7 @@ async def start_command(client: Client, message: Message):
|
|
90 |
|
91 |
|
92 |
k = await client.send_message(chat_id = message.from_user.id, text=f"<b>❗️ <u>IMPORTANT</u> ❗️</b>\n\nThis Video / File Will Be Deleted In {file_auto_delete} (Due To Copyright Issues).\n\n📌 Please Forward This Video / File To Somewhere Else And Start Downloading There.")
|
93 |
-
asyncio.create_task(delete_files(madflix_msgs, client))
|
94 |
|
95 |
# for madflix_msg in madflix_msgs:
|
96 |
# try:
|
|
|
90 |
|
91 |
|
92 |
k = await client.send_message(chat_id = message.from_user.id, text=f"<b>❗️ <u>IMPORTANT</u> ❗️</b>\n\nThis Video / File Will Be Deleted In {file_auto_delete} (Due To Copyright Issues).\n\n📌 Please Forward This Video / File To Somewhere Else And Start Downloading There.")
|
93 |
+
asyncio.create_task(delete_files(madflix_msgs, client, k))
|
94 |
|
95 |
# for madflix_msg in madflix_msgs:
|
96 |
# try:
|