-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathscript.py
21 lines (17 loc) · 927 Bytes
/
script.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
class script(object):
START_TEXT = """ A Simple File Renamer Bot With Permanent Thumbnail support!💯
<b>Send me /help any Telegram file and choose appropriate option! </b>"""
RENAME_403_ERR = "**What Are You Doing? You are Banned 😂**"
UPGRADE_TEXT = "👨💻CONTACT @slbotzone"
DOWNLOAD_START = "** 👨💻Give Me Some Time...👨💻 **"
UPLOAD_START = "**📤starting to upload...📤**"
AFTER_SUCCESSFUL_UPLOAD_MSG = "**Thank you for Using Me > © @slbotzone 🇱🇰 **"
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 = """<b>It's not that complicated😅
1. Send me any Telegram File.
2. Choose appropriate option.
©supunma 🇱🇰</b>"""