forked from prgofficial/RenameBot-PermTB
-
Notifications
You must be signed in to change notification settings - Fork 1
/
script.py
39 lines (31 loc) · 1.42 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
34
35
36
37
38
39
class script(object):
START_TEXT = """ <b>Hai {}!!!.
I am Simple Rename Bot!😌</b>
<code>You can rename any Telegram Document, using this bot! With Permenant Thumbnail 💯.</code>
<i>For More Details check Help 📜</i>
"""
RENAME_403_ERR = "What Are You Doing? You are Banned"
UPGRADE_TEXT = "ITs A Free Servies"
DOWNLOAD_START = "Give Me Some Time..."
UPLOAD_START = "Starting to upload..."
AFTER_SUCCESSFUL_UPLOAD_MSG = "**Thank you for Using Me > © @VkProjects **"
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>Need Help 🤔</b>
<b>For Rename File</b>
<b>1.</b>Send me any Telegram File.
<b>2.</b> Choose appropriate option.
<b>For Thumbnail</b>
<b>1.</b> Sent A Photo To Set As Thumnail.
<b>2.</b> /showthumb To See Your Current Thumbnail.
<b>3.</b> /delthumb To Delete Your Current Thumbnail.
"""
ABOUT_ME = """ <b>Creator:</b> <a href="https://t.me/VivekTVP">Vivek</a>
<b>Credits:</b> Dan for his awesome pyrogram library 🔥
<b>Library:</b> <a href="https://docs.pyrogram.org/">Pyrogram 1.1.13</a>
<b>Updates:</b> <a href="https://t.me/VkProjects">vk projects</a>
<b>Server:</b> <a href="https://heroku.com">Heroku</a>
<b><u>NB:</u></b> EveryOne Can Use Me.So Don't Worry🤗"""