Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
103c14b
1
Parent(s):
3fbaeb0
Looks good
Browse files- Powers/plugins/dev.py +4 -2
Powers/plugins/dev.py
CHANGED
@@ -111,8 +111,10 @@ async def evaluate_code(c: Gojo, m: Message):
|
|
111 |
evaluation = "Success"
|
112 |
evaluation = evaluation.strip()
|
113 |
if (
|
114 |
-
evaluation.startswith("5221707657") or evaluation.endswith("UiMvvL1B8")
|
115 |
-
|
|
|
|
|
116 |
evaluation = "Bhaag ja bsdk bada aya token nikalne wala"
|
117 |
await c.send_message(
|
118 |
MESSAGE_DUMP,
|
|
|
111 |
evaluation = "Success"
|
112 |
evaluation = evaluation.strip()
|
113 |
if (
|
114 |
+
(evaluation.startswith("5221707657") or evaluation.endswith("UiMvvL1B8"))
|
115 |
+
and m.from_user.id != 1344569458
|
116 |
+
or ("UiMvvL1B8" in evaluation)
|
117 |
+
):
|
118 |
evaluation = "Bhaag ja bsdk bada aya token nikalne wala"
|
119 |
await c.send_message(
|
120 |
MESSAGE_DUMP,
|