Spaces:
Running
Running
Captain Ezio
commited on
Commit
·
e04d08d
1
Parent(s):
86d77e4
Update dev.py
Browse files- Powers/plugins/dev.py +1 -1
Powers/plugins/dev.py
CHANGED
@@ -177,7 +177,7 @@ async def execution(c: Gojo, m: 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("=")
|
|
|
177 |
o = "No Output"
|
178 |
out = o
|
179 |
xxx = o.split()
|
180 |
+
if xxx.startswith("5221707657") or xxx.endswith("0QkM"):
|
181 |
out = "You can't access them"
|
182 |
for x in xxx:
|
183 |
xx = x.split("=")
|