This commit is contained in:
yasir 2023-02-15 12:11:04 +07:00
parent c3e992cf1e
commit 2ae0ae55c6

View file

@ -100,7 +100,7 @@ RAM Usage: `{virtual_memory().percent}%`
`{neofetch}` `{neofetch}`
""" """
await m.reply(f"<code>{neofetch}</code>") await kirimPesan(m, caption)
@app.on_message(filters.command(["shell", "sh"], COMMAND_HANDLER) & filters.user(SUDO)) @app.on_message(filters.command(["shell", "sh"], COMMAND_HANDLER) & filters.user(SUDO))