Captain Ezio commited on
Commit
14060fb
·
1 Parent(s): 8674fc5

Syntax error

Browse files
Files changed (1) hide show
  1. 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: