forked from prgofficial/RenameBot-PermTB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript.py
20 lines (16 loc) · 806 Bytes
/
script.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
class script(object):
START_TEXT = """ A Simple File Renamer Bot With Permanent Thumbnail support!💯
<b>Send me any Telegram file and choose appropriate option! </b>"""
RENAME_403_ERR = "What Are You Doing? You are Banned"
UPGRADE_TEXT = "CONTACT @prgofficial"
DOWNLOAD_START = "Give Me Some Time..."
UPLOAD_START = "Starting to upload..."
AFTER_SUCCESSFUL_UPLOAD_MSG = "**Thank you for Using Me > © @prgofficial **"
SAVED_THUMB = "Thumbnail Saved ✅ This Is Permanent"
DEL_THUMB = "Thumbnail cleared succesfully!"
NO_THUMB = "No thumbnails found!"
SAVED_RECVD_DOC_FILE = "File Downloaded Successfully 😎"
CUSTOM_CAPTION_UL_FILE = " "
HELP_USER = """It's not that complicated😅
1. Send me any Telegram File.
2. Choose appropriate option."""