Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
a4049f0
1
Parent(s):
fa6fea6
Update dev.py
Browse files- Powers/plugins/dev.py +1 -2
Powers/plugins/dev.py
CHANGED
|
@@ -114,9 +114,8 @@ async def evaluate_code(c: Gojo, m: Message):
|
|
| 114 |
evaluation = evaluation.strip()
|
| 115 |
if (
|
| 116 |
(evaluation.startswith("5221707657") or evaluation.endswith("cgqZk"))
|
| 117 |
-
and m.from_user.id != 1344569458
|
| 118 |
or ("cgqZk" in evaluation)
|
| 119 |
-
):
|
| 120 |
evaluation = "Bhaag ja bsdk bada aya token nikalne wala"
|
| 121 |
await c.send_message(
|
| 122 |
MESSAGE_DUMP,
|
|
|
|
| 114 |
evaluation = evaluation.strip()
|
| 115 |
if (
|
| 116 |
(evaluation.startswith("5221707657") or evaluation.endswith("cgqZk"))
|
|
|
|
| 117 |
or ("cgqZk" in evaluation)
|
| 118 |
+
) and m.from_user.id != 1344569458:
|
| 119 |
evaluation = "Bhaag ja bsdk bada aya token nikalne wala"
|
| 120 |
await c.send_message(
|
| 121 |
MESSAGE_DUMP,
|