-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathscript.py
More file actions
28 lines (15 loc) · 745 Bytes
/
script.py
File metadata and controls
28 lines (15 loc) · 745 Bytes
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
class script(object):
START_MSG = """ <b>Hi {}
I'm a Image Editor Bot which Supports various modes
For more click help....
You must subscribe our channel in order to use me😇</b>"""
HELP_MSG = """Hai, Follow these Steps..
<code>🌀 Send me any Image to Edit..</code>
<code>🌀 Select the Corresponding mode that you need</code>
<code>🌀 Your Edited Image will be Uploaded </code>
© @VKPROJECTS"""
ABOUT_MSG = """⭕️<b>My Name : Image Editor</b>
⭕️<b>Channel :</b> <a href='https://t.me/VKPROJECTS'>VK PROJECTS</a>
⭕️<b>Language :</b> <code>Python3</code>
⭕️<b>Library :</b> <a href='https://docs.pyrogram.org/'>Pyrogram 1.0.7</a>
⭕️<b>Creater :</b> <a href='t.me/VKPROJECTS'>VK PROJECTS</a>"""