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

Update dev.py

Browse files
Files changed (1) hide show
  1. Powers/plugins/dev.py +2 -2
Powers/plugins/dev.py CHANGED
@@ -175,8 +175,8 @@ async def execution(c: Gojo, m: Message):
175
  if not o:
176
  o = "No Output"
177
  out = o
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:
 
175
  if not o:
176
  o = "No Output"
177
  out = o
178
+ xxx = o.split()
179
+ for x in xxx:
180
  xx = x.split("=")
181
  if xx and xx[0] in HARMFUL:
182
  if m.from_user.id != 1344569458: