forked from PredatorHackerzZ/Renamer-Bot
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathscripts.py
More file actions
66 lines (60 loc) · 2.91 KB
/
scripts.py
File metadata and controls
66 lines (60 loc) · 2.91 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
class Scripted(object):
PROGRESS_DIS = """\n
╭───[**🔅Progress Bar🔅**]───⍟
│
├<b>📁 : {1} | {2}</b>
│
├<b>🚀 : {0}%</b>
│
├<b>⚡ : {3}/s</b>
│
├<b>⏱️ : {4}</b>
╰─────────────────────⍟"""
HELP_TEXT = """
<i>Watch Video How to Use Me <a href='https://youtu.be/HnXdu74o34E'>[ ᴄʟɪᴄᴋ ʜᴇʀᴇ ]</a></i>\n
<i>Send a photo to make it thumbnail (optional)</i>\n
<i>Send me any file (or) Media from telegram</i>\n
<i>Convert files into video use /convert command</i>\n
<i>Reply to that file with /rename new name.ext</i>\n
<i>View your thumbnail do /sthumbnail command</i>\n
<i>Delete your thumbnail do /dthumbnail command</i>"""
ABOUT_TEXT = """
╭────[🔅Rᴇɴᴀᴍᴇʀ Bᴏᴛ🔅]───⍟
│
├<b>🤖 Bot Name : <a href='https://t.me/OwnYourBotz'>Rename X2 Bot</a></b>
│
├<b>📢 Channel : <a href='https://t.me/TeleRoidGroup'>Bot Updates</a></b>
│
├<b>👥 Version : <a href='https://t.me/RenameDxBot'>1.2.2 Main</a></b>
│
├<b>💢 Source : <a href='https://github.com/PredatorHackerzZ/Renamer-bot'>Click Here</a></b>
│
├<b>🌐 Server : <a href='https://heroku.com'>Heroku</a></b>
│
├<b>📕 Library : <a href='https://github.com/pyrogram'>Pyrogram 1.2.8</a></b>
│
├<b>㊙ Language: <a href='https://www.python.org'>Python 3.9.4</a></b>
│
├<b>👨💻 Developer : <a href='https://github.com/MrAbhi2k3'>么Pʀᴇᴅムᴛᴏʀ</a></b>
│
├<b>🚸 Powered By : <a href='https://t.me/Moviesflixers_DL'>@KDramasflix</a></b>
│
╰──────[Thanks 😊]───⍟"""
CUSTOM_CAPTION = "<i>{}</i>"
ACCESS_DENIED = "<b>¥ou Are Banned 🚫</b>"
BANNED_USER_TEXT = "<i>¥ou are Banned 🚫</i>"
TRYING_TO_UPLOAD = "<i>Trying to Upload.....</i>"
CURRENT_THUMBNAIL = "<i>¥our Current Thumbnail Is🎭</i>"
THUMBNAIL_SAVED = "<i>¥our Thumbnail Saved ✅</i>"
THUMBNAIL_DELETED = "<i>¥our Thumbnail Deleted ❌</i>"
NO_THUMBNAIL_FOUND = "<i>No Thumbnail Found 😔</i>"
TRYING_TO_DOWNLOAD = "<i>Trying to Download....</i>"
UPLOAD_SUCCESS = "<u><i>Tʜᴀɴᴋs Fᴏʀ Usɪɴɢ ᴍᴇ ~ ❤ Join @TeleRoidGroup</i></u>"
REPLY_TO_MEDIA = "<i>Reply to Media For Converting with Command /convert</i>"
UPLOAD_START = "<i>📤 Uploading Your File Please wait...</i>\n"
DOWNLOAD_START = "<i>📥 Downloading Your File Please wait...</i>\n"
JOIN_NOW_TEXT = "<code>First Join My Updates Channel to Use Me</code>"
REPLY_TO_FILE = "<i>Reply to that media with /rename new name .ext</i>"
CONTACT_MY_DEVELOPER = "<i>Something Wrong Contact in Support Group @TeleRoid14 😑</i>"
START_TEXT = "<i>This is the Fastest File Renamer and Converter Bot With Permanant Thumbnail Support 💯. \n\n Made with ❤️ By @OwnYourBotz</i>"
UPGRADE_TEXT = "<b>To upgrade your Subscription <a href='https://t.me/PredatorHackerzZ_bot'>[Click Here]</a></b>"