-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstrings.py
More file actions
78 lines (55 loc) · 1.4 KB
/
Copy pathstrings.py
File metadata and controls
78 lines (55 loc) · 1.4 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
67
68
69
70
71
72
73
74
75
76
77
78
HELP_CMD = """
**Module**: [`{module}`]
**Commands**:[`{help}`]
"""
MASS_BAN = """
#MASS_BAN_EVENT
**From**: [`{chat_id}`]
**Total Members**: [`{mem_count}`]
**Successfully Banned**: [`{success}`]
**Failure to Banned**: [`{failures}`]
"""
AFK_STRING = """
**Currently AFK!**
🤔 **Reason**: `{reason}`
👁️🗨️ Last seen: `{seen}`
📅 Date: `{date}`
⏰ Time: `{time}`
"""
BOT_START = """
Hello, I am Assistant for **{mention}**
You can deploy Your Own, To Use Me.
🤖 BOT STATUS: [ {botlive} ]
🥸 APP STATUS: [ {applive} ]
"""
RESTART_TEXT1 = """
[`BOT SYSTEM AWAKEN`]
📅 DATE: [`{date}`]
⏰ TIME: [`{time}`]
[POWERED BY @Dark_Nemesis0]
"""
RESTART_TEXT2 = """
[`USER SYSTEM AWAKEN`]
📅 DATE: [`{date}`]
⏰ TIME: [`{time}`]
[POWERED BY @Dark_Nemesis0]
"""
RESTART_TEXT3 = """
[`MUSIC SYSTEM AWAKEN`]
📅 DATE: [`{date}`]
⏰ TIME: [`{time}`]
[POWERED BY @Dark_Nemesis0]
"""
PAST_FORMAT = """
**Paste link**: **[Paste link]({link})**
**Paste Raw link**: **[Raw View]({raw})**
**Created at**: {timedate}
"""
BIG_NAME = """
┏━┓╋┏┓╋╋╋╋╋╋╋┏┳┓
┃┃┗┓┃┃╋╋╋╋╋╋╋┃┃┃
┃┏┓┗┛┣━━┳━┓┏━┛┃┗━┳━━┓
┃┃┗┓┃┃┏┓┃┏┓┫┏┓┃┏┓┃┏┓┃
┃┃╋┃┃┃┏┓┃┃┃┃┗┛┃┃┃┃┏┓┃
┗┛╋┗━┻┛┗┻┛┗┻━━┻┛┗┻┛┗┛
"""