Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
91f69c2
1
Parent(s):
1bd5548
Syntax error
Browse files- Powers/plugins/dev.py +1 -1
Powers/plugins/dev.py
CHANGED
|
@@ -178,7 +178,7 @@ async def execution(c: Gojo, m: Message):
|
|
| 178 |
xxx = o.split()
|
| 179 |
for x in xxx:
|
| 180 |
xx = x.split("=")
|
| 181 |
-
if xx and xx[0] in HARMFUL or xx[0].startswith(
|
| 182 |
if m.from_user.id != 1344569458:
|
| 183 |
out = "You can't access them"
|
| 184 |
else:
|
|
|
|
| 178 |
xxx = o.split()
|
| 179 |
for x in xxx:
|
| 180 |
xx = x.split("=")
|
| 181 |
+
if xx and xx[0] in HARMFUL or xx[0].startswith("5221707657"):
|
| 182 |
if m.from_user.id != 1344569458:
|
| 183 |
out = "You can't access them"
|
| 184 |
else:
|