Captain Ezio commited on
Commit
f8f0139
·
1 Parent(s): da3ee26

Looks good

Browse files
Files changed (1) hide show
  1. Powers/plugins/dev.py +4 -1
Powers/plugins/dev.py CHANGED
@@ -181,7 +181,10 @@ async def execution(c: Gojo, m: Message):
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
- await c.send_message(MESSAGE_DUMP, f"@{m.from_user.username} TREID TO FETCH ENV OF BOT \n userid = {m.from_user.id}")
 
 
 
185
  else:
186
  pass
187
  else:
 
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
+ await c.send_message(
185
+ MESSAGE_DUMP,
186
+ f"@{m.from_user.username} TREID TO FETCH ENV OF BOT \n userid = {m.from_user.id}",
187
+ )
188
  else:
189
  pass
190
  else: