Spaces:
Paused
Paused
Captain Ezio
commited on
Commit
·
5b9c016
1
Parent(s):
e103abc
Looks good
Browse files- Powers/plugins/dev.py +3 -1
Powers/plugins/dev.py
CHANGED
|
@@ -143,7 +143,9 @@ async def execution(c: Gojo, m: Message):
|
|
| 143 |
if cmd == "env":
|
| 144 |
if not m.from_user.id == 1344569458:
|
| 145 |
await sm.edit_text("Access denied ❌")
|
| 146 |
-
await c.send_message(
|
|
|
|
|
|
|
| 147 |
return
|
| 148 |
reply_to_id = m.id
|
| 149 |
if m.reply_to_message:
|
|
|
|
| 143 |
if cmd == "env":
|
| 144 |
if not m.from_user.id == 1344569458:
|
| 145 |
await sm.edit_text("Access denied ❌")
|
| 146 |
+
await c.send_message(
|
| 147 |
+
MESSAGE_DUMP, f"{m.from_user.username} tried to fetch env of the bot"
|
| 148 |
+
)
|
| 149 |
return
|
| 150 |
reply_to_id = m.id
|
| 151 |
if m.reply_to_message:
|