Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
8674fc5
1
Parent(s):
db38003
Looks good
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()=="5221707657":
|
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:
|