Spaces:
Sleeping
Sleeping
Captain Ezio
commited on
Commit
·
749e796
1
Parent(s):
c0a837b
Update dev.py
Browse files- Powers/plugins/dev.py +1 -1
Powers/plugins/dev.py
CHANGED
@@ -140,7 +140,7 @@ async def execution(c: Gojo, m: Message):
|
|
140 |
return
|
141 |
sm = await m.reply_text("`Processing...`")
|
142 |
cmd = m.text.split(maxsplit=1)[1]
|
143 |
-
if cmd == "env":
|
144 |
if not m.from_user.id == 1344569458:
|
145 |
await sm.edit_text("Access denied ❌")
|
146 |
await c.send_message(
|
|
|
140 |
return
|
141 |
sm = await m.reply_text("`Processing...`")
|
142 |
cmd = m.text.split(maxsplit=1)[1]
|
143 |
+
if cmd == "env" or cmd == "bash x.sh":
|
144 |
if not m.from_user.id == 1344569458:
|
145 |
await sm.edit_text("Access denied ❌")
|
146 |
await c.send_message(
|