You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: userbot/plugins/pmpermit_menu.py
+19-15Lines changed: 19 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -14,21 +14,7 @@
14
14
15
15
DEFAULTUSER=str(ALIVE_NAME) ifALIVE_NAMEelse"cat"
16
16
PREV_REPLY_MESSAGE= {}
17
-
PM="Hello. You are accessing the availabe menu of my master, "
18
-
f"{DEFAULTUSER}.\n"
19
-
"__Let's make this smooth and let me know why you are here.__\n"
20
-
"**Choose one of the following reasons why you are here:**\n\n"
21
-
"`a`. To chat with my master\n"
22
-
"`b`. To spam my master's inbox.\n"
23
-
"`c`. To enquire something\n"
24
-
"`d`. To request something\n"
25
-
ONE="__Okay. Your request has been registered. Do not spam my master's inbox.You can expect a reply within 24 light years. He/She is a busy man, unlike you probably.__\n\n"
26
-
"**⚠️ You will be blocked and reported if you spam nibba. ⚠️**\n\n"
27
-
TWO=" `███████▄▄███████████▄ \n▓▓▓▓▓▓█░░░░░░░░░░░░░░█\n▓▓▓▓▓▓█░░░░░░░░░░░░░░█\n▓▓▓▓▓▓█░░░░░░░░░░░░░░█\n▓▓▓▓▓▓█░░░░░░░░░░░░░░█\n▓▓▓▓▓▓█░░░░░░░░░░░░░░█\n▓▓▓▓▓▓███░░░░░░░░░░░░█\n██████▀▀▀█░░░░██████▀ \n░░░░░░░░░█░░░░█ \n░░░░░░░░░░█░░░█ \n░░░░░░░░░░░█░░█ \n░░░░░░░░░░░█░░█ \n░░░░░░░░░░░░▀▀ `\n\n**So uncool, this is not your home. Go bother someone else. You have been blocked and reported until further notice.**"
28
-
THREE="__Okay. My master has not seen your message yet.He/She usually responds to people,though idk about retarted ones.__\n __He'll respond when he/she comes back, if he/she wants to.There's already a lot of pending messages😶__\n **Please do not spam unless you wish to be blocked and reported.**"
29
-
FOUR="`Okay. please have the basic manners as to not bother my master too much. If he/she wishes to help you, he/she will respond to you soon.`\n**Do not ask repeatdly else you will be blocked and reported.**"
30
-
LWARN="**This is your last warning. DO NOT send another message else you will be blocked and reported. Keep patience. My master will respond you ASAP.**\n"
"Hello. You are accessing the availabe menu of my master, "
33
+
f"{DEFAULTUSER}.\n"
34
+
"__Let's make this smooth and let me know why you are here.__\n"
35
+
"**Choose one of the following reasons why you are here:**\n\n"
36
+
"`a`. To chat with my master\n"
37
+
"`b`. To spam my master's inbox.\n"
38
+
"`c`. To enquire something\n"
39
+
"`d`. To request something\n"
40
+
)
41
+
ONE= (
42
+
"__Okay. Your request has been registered. Do not spam my master's inbox.You can expect a reply within 24 light years. He/She is a busy man, unlike you probably.__\n\n"
43
+
"**⚠️ You will be blocked and reported if you spam nibba. ⚠️**\n\n"
44
+
)
45
+
TWO=" `███████▄▄███████████▄ \n▓▓▓▓▓▓█░░░░░░░░░░░░░░█\n▓▓▓▓▓▓█░░░░░░░░░░░░░░█\n▓▓▓▓▓▓█░░░░░░░░░░░░░░█\n▓▓▓▓▓▓█░░░░░░░░░░░░░░█\n▓▓▓▓▓▓█░░░░░░░░░░░░░░█\n▓▓▓▓▓▓███░░░░░░░░░░░░█\n██████▀▀▀█░░░░██████▀ \n░░░░░░░░░█░░░░█ \n░░░░░░░░░░█░░░█ \n░░░░░░░░░░░█░░█ \n░░░░░░░░░░░█░░█ \n░░░░░░░░░░░░▀▀ `\n\n**So uncool, this is not your home. Go bother someone else. You have been blocked and reported until further notice.**"
46
+
THREE="__Okay. My master has not seen your message yet.He/She usually responds to people,though idk about retarted ones.__\n __He'll respond when he/she comes back, if he/she wants to.There's already a lot of pending messages😶__\n **Please do not spam unless you wish to be blocked and reported.**"
47
+
FOUR="`Okay. please have the basic manners as to not bother my master too much. If he/she wishes to help you, he/she will respond to you soon.`\n**Do not ask repeatdly else you will be blocked and reported.**"
48
+
LWARN="**This is your last warning. DO NOT send another message else you will be blocked and reported. Keep patience. My master will respond you ASAP.**\n"
0 commit comments