Drag
commited on
Commit
Β·
cb63ca5
1
Parent(s):
9739701
Update sangmata.py
Browse files
Mikobot/plugins/sangmata.py
CHANGED
@@ -38,7 +38,7 @@ async def cek_mataa(_, ctx: Message, strings):
|
|
38 |
or first_name != ctx.from_user.first_name
|
39 |
or lastname_before != ctx.from_user.last_name
|
40 |
):
|
41 |
-
msg += f"<b>βΌ
|
42 |
if usernamebefore != ctx.from_user.username:
|
43 |
usernamebefore = f"@{usernamebefore}" if usernamebefore else strings("no_uname")
|
44 |
usernameafter = (
|
@@ -110,13 +110,13 @@ async def set_mataa(_, ctx: Message, strings):
|
|
110 |
|
111 |
# <=================================================== HELP ====================================================>
|
112 |
__help__ = """
|
113 |
-
|
114 |
|
115 |
Β» /imposter : Detects if some one change his/her name.
|
116 |
|
117 |
-
Β» /imposter on : turns on
|
118 |
|
119 |
-
Β» /imposter off : turns off
|
120 |
"""
|
121 |
|
122 |
__mod_name__ = "IMPOSTER"
|
|
|
38 |
or first_name != ctx.from_user.first_name
|
39 |
or lastname_before != ctx.from_user.last_name
|
40 |
):
|
41 |
+
msg += f"<b>βΌ πππππ </b>\n\n User: {ctx.from_user.mention} [<code>{ctx.from_user.id}</code>]\n"
|
42 |
if usernamebefore != ctx.from_user.username:
|
43 |
usernamebefore = f"@{usernamebefore}" if usernamebefore else strings("no_uname")
|
44 |
usernameafter = (
|
|
|
110 |
|
111 |
# <=================================================== HELP ====================================================>
|
112 |
__help__ = """
|
113 |
+
**πππππ**.
|
114 |
|
115 |
Β» /imposter : Detects if some one change his/her name.
|
116 |
|
117 |
+
Β» /imposter on : turns on SangaMata.
|
118 |
|
119 |
+
Β» /imposter off : turns off SangaMata.
|
120 |
"""
|
121 |
|
122 |
__mod_name__ = "IMPOSTER"
|