mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-02 10:44:50 +00:00
Tes update
This commit is contained in:
parent
17fb45e24f
commit
2a7aba5425
1 changed files with 2 additions and 2 deletions
|
|
@ -691,9 +691,9 @@ async def melong_scrap(_, message):
|
|||
)
|
||||
|
||||
|
||||
@app.on_message(filters.command(["gomov_scrap"], COMMAND_HANDLER))
|
||||
@app.on_message(filters.command(["gomov_scrap", "zonafilm_scrap"], COMMAND_HANDLER))
|
||||
@capture_err
|
||||
async def gomov_dl(_, message):
|
||||
async def gomov_zonafilm_dl(_, message):
|
||||
try:
|
||||
link = message.text.split(" ", maxsplit=1)[1]
|
||||
headers = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue