-
Notifications
You must be signed in to change notification settings - Fork 17
/
script.py
33 lines (25 loc) · 1.65 KB
/
script.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
class script(object):
START_TEXT = """ <b>Yo !! I can convert files to streamable format 🤓</b>,
<b>Send Me Any Telegram File and Reply To That File With /conv</b>
<b>Added permanent thumbnail support 💯 </b>
See /help for more!
©️ <a href="https://t.me/prgofficial">🅼คгςยร 🅷๏ɭɭ๏ฬคץ</a>
"""
BANNED_USER_TEXT = "Sorry, You're BANNED!"
UPGRADE_TEXT = "ping @prgofficial"
REPLY_TO_FILE = "Reply the command to any valid media."
DOWNLOAD_START = "<b>Give Me Some Time Bruh!!(〒﹏〒)</b>"
UPLOAD_START = "<b>Hurray... Completed Downloading(;ŏ﹏ŏ)</b>"
RCHD_BOT_API_LIMIT = "<b>Downloaded in {} seconds.\nDetected File Size: {}\n Sorry. I can't upload above 1.95GB</b>"
AFTER_SUCCESSFUL_UPLOAD_MSG = """<b>Job Done 🥳🥳</b>\n\nDownloaded in {} seconds.Uploaded in {} seconds.\n\n©️ <a href="https://t.me/prgofficial">🅼คгςยร 🅷๏ɭɭ๏ฬคץ</a>"""
NOT_AUTH_USER_TEXT = """Contact <a href="https://t.me/prgofficial">🅼คгςยร 🅷๏ɭɭ๏ฬคץ</a>"""
SAVED_CUSTOM_THUMB_NAIL = "Custom thumbnail Saved ✅ This Is Permanent🥳🥳 \n\nUse /clearthumb for clearing this thumbnail."
DEL_THUMB = "✅Custom thumbnail cleared successfully."
SAVED_RECVD_DOC_FILE = "<b>File Downloaded Successfully😎</b>"
CUSTOM_CAPTION = ""
NO_CUSTOM_THUMB_NAIL_FOUND = "No Custom ThumbNail found,SED🤒"
HELP_USER = """It's not that complicated😅
1. Send me a thumbnail if required. It'll be saved permanently.💯
2. If thumbnail is not send, It'll be auto generated from the file.🥳
3. Send me any Telegram File.
4. Reply to that message with /conv"""