mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 12:24:51 +00:00
Typo
This commit is contained in:
parent
5a35c1cd4b
commit
70ac8f80c2
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ async def shell(_, m):
|
||||||
|
|
||||||
@app.on_message(filters.command(["ev", "run"], COMMAND_HANDLER) & filters.user(SUDO))
|
@app.on_message(filters.command(["ev", "run"], COMMAND_HANDLER) & filters.user(SUDO))
|
||||||
@app.on_edited_message(filters.command(["ev", "run"]) & filters.user(SUDO))
|
@app.on_edited_message(filters.command(["ev", "run"]) & filters.user(SUDO))
|
||||||
async def evaluation_cmd_t(c, m):
|
async def evaluation_cmd_t(_, m):
|
||||||
status_message = await m.reply("__Processing eval pyrogram...__")
|
status_message = await m.reply("__Processing eval pyrogram...__")
|
||||||
try:
|
try:
|
||||||
cmd = m.text.split(" ", maxsplit=1)[1]
|
cmd = m.text.split(" ", maxsplit=1)[1]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue