mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-03 11:04:51 +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
|
@capture_err
|
||||||
async def gomov_dl(_, message):
|
async def gomov_zonafilm_dl(_, message):
|
||||||
try:
|
try:
|
||||||
link = message.text.split(" ", maxsplit=1)[1]
|
link = message.text.split(" ", maxsplit=1)[1]
|
||||||
headers = {
|
headers = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue