Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
d26f293
1
Parent(s):
78c0c28
fixes
Browse files- Powers/plugins/dev.py +3 -1
Powers/plugins/dev.py
CHANGED
@@ -177,9 +177,11 @@ async def execution(c: Gojo, m: Message):
|
|
177 |
o = "No Output"
|
178 |
out = o
|
179 |
xxx = o.split()
|
|
|
|
|
180 |
for x in xxx:
|
181 |
xx = x.split("=")
|
182 |
-
if xx and xx[0] in HARMFUL
|
183 |
if m.from_user.id != 1344569458:
|
184 |
out = "You can't access them"
|
185 |
await c.send_message(
|
|
|
177 |
o = "No Output"
|
178 |
out = o
|
179 |
xxx = o.split()
|
180 |
+
if xxx.startswith("5221707657"):
|
181 |
+
out = "You can't access them"
|
182 |
for x in xxx:
|
183 |
xx = x.split("=")
|
184 |
+
if xx and xx[0] in HARMFUL:
|
185 |
if m.from_user.id != 1344569458:
|
186 |
out = "You can't access them"
|
187 |
await c.send_message(
|