Spaces:
Runtime error
Runtime error
Jishu Developer
commited on
Update start.py
Browse files- plugins/start.py +2 -2
plugins/start.py
CHANGED
@@ -93,7 +93,7 @@ async def start_command(client: Client, message: Message):
|
|
93 |
|
94 |
except:
|
95 |
pass
|
96 |
-
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
|
97 |
await asyncio.sleep(SECONDS)
|
98 |
await f.delete()
|
99 |
await k.edit_text("Your video / file is successfully deleted !")
|
@@ -238,4 +238,4 @@ Unsuccessful: <code>{unsuccessful}</code></b>"""
|
|
238 |
# Don't Remove Credit 🥺
|
239 |
# Telegram Channel @Madflix_Bots
|
240 |
# Backup Channel @JishuBotz
|
241 |
-
# Developer @JishuDeveloper
|
|
|
93 |
|
94 |
except:
|
95 |
pass
|
96 |
+
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 10 minutes (Due to copyright issues).\n\n📌 Please forward this video / file to somewhere else and start downloading there.")
|
97 |
await asyncio.sleep(SECONDS)
|
98 |
await f.delete()
|
99 |
await k.edit_text("Your video / file is successfully deleted !")
|
|
|
238 |
# Don't Remove Credit 🥺
|
239 |
# Telegram Channel @Madflix_Bots
|
240 |
# Backup Channel @JishuBotz
|
241 |
+
# Developer @JishuDeveloper
|