-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscript.py
50 lines (40 loc) · 1.76 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
40
41
42
43
44
45
46
47
48
49
class script(object):
START_TEXT = """⚡️Hello!!
🎯I am Simple File Renamer Bot With Permanent Thumbnail support.
🕹️Send me any Telegram file and choose appropriate option.
🛰️Try Not to Spam me.
🌟/help for more details...
Powered by Google & AMD Ryzen.
"""
ABOUT_TEXT = """
<u>Bot : Renamer Bot</u>\n
➠Owner : @CyberHunter07
➠Language : [Python](https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.python.org/&ved=2ahUKEwiJwb2Y6fHwAhWLlEsFHYLCCTgQFjAAegQIBxAC&usg=AOvVaw0QREvGsjwHKp2GtoYvs1JH)
➠Version : 1.4.9
➠Last Update : 25 September, 2021
➠Library : [Pyrogram](https://www.google.com/url?sa=t&source=web&rct=j&url=https://docs.pyrogram.org/&ved=2ahUKEwjy7bWw6vHwAhXRzTgGHeBuBd0QFjAAegQICRAC&usg=AOvVaw3kytbJe02rVUFb6vvTb68A&cshid=1622392334738)
➠Server : [Heroku](https://dashboard.heroku.com/)
➠Country : India
Powered by Google & AMD Ryzen.
"""
RENAME_403_ERR = "😝What Are You Doing? You are Banned"
UPGRADE_TEXT = "💯This Bot is Completely free to use."
DOWNLOAD_START = "⬇️Downloading the file..."
UPLOAD_START = "⬆️Now Uploading..."
AFTER_SUCCESSFUL_UPLOAD_MSG = "🎉Task Completed."
SAVED_THUMB = "🏖️Thumbnail Saved. This Is Permanent thumbnail until /delthumb"
DEL_THUMB = "🌅Thumbnail cleared succesfully!"
NO_THUMB = "🚫No thumbnails found!"
SAVED_RECVD_DOC_FILE = "🎉File Downloaded Successfully."
CUSTOM_CAPTION_UL_FILE = ""
HELP_USER = """
🕹️Send me any telegram file or media.
🌟Choose appropriate option.
🎯Set Thumbnail
🌈Send a photo to make it as custom thumbnail.
🎯Deleting Thumbnail
🌈Send /delthumb to deleting thumbnail.
🎯Show Thumbnail
🌈Send /showthumb for view current thumbnail.
Powered by Google & AMD Ryzen.
"""