Spaces:
Sleeping
Sleeping
ɴᴏᴏʙ - ᴍᴜᴋᴇsʜ
commited on
Commit
·
6c74518
1
Parent(s):
5f6b329
fixed locks type not giving results
Browse files- Powers/plugins/locks.py +1 -0
Powers/plugins/locks.py
CHANGED
@@ -254,6 +254,7 @@ async def view_locks(_, m: Message):
|
|
254 |
<b>Can send links:</b> {vantil}
|
255 |
<b>Can bot send messages:</b> {vantibot}
|
256 |
"""
|
|
|
257 |
except RPCError as e_f:
|
258 |
await chkmsg.edit_text(text="Something went wrong!")
|
259 |
await m.reply_text(e_f)
|
|
|
254 |
<b>Can send links:</b> {vantil}
|
255 |
<b>Can bot send messages:</b> {vantibot}
|
256 |
"""
|
257 |
+
await chkmsg.edit_text(permission_view_str)
|
258 |
except RPCError as e_f:
|
259 |
await chkmsg.edit_text(text="Something went wrong!")
|
260 |
await m.reply_text(e_f)
|