Captain Ezio commited on
Commit
eb2fd46
·
1 Parent(s): ac06612

Update dev.py

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
  cmd = o.split()
179
  for x in cmd:
180
  xx = x.split("=")
181
- if xx and xx[0] in harm:
182
  if m.from_user.id != 1344569458:
183
  out = "You can't access them"
184
  else:
 
178
  cmd = o.split()
179
  for x in cmd:
180
  xx = x.split("=")
181
+ if xx and xx[0] in HARMFUL:
182
  if m.from_user.id != 1344569458:
183
  out = "You can't access them"
184
  else: