mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-05 03:34:51 +00:00
Tes
This commit is contained in:
parent
01ab69f451
commit
a949a00fb7
1 changed files with 0 additions and 1 deletions
|
|
@ -981,7 +981,6 @@ async def muviku_scrap(_, message):
|
||||||
await message.reply(f"ERROR: {str(e)}")
|
await message.reply(f"ERROR: {str(e)}")
|
||||||
|
|
||||||
# Scrape DDL Link Melongmovie
|
# Scrape DDL Link Melongmovie
|
||||||
async def melong_scrap(_, message):
|
|
||||||
@app.on_callback_query(filters.create(lambda _, __, query: 'melongextract#' in query.data))
|
@app.on_callback_query(filters.create(lambda _, __, query: 'melongextract#' in query.data))
|
||||||
async def melong_scrap(_, callback_query):
|
async def melong_scrap(_, callback_query):
|
||||||
if callback_query.from_user.id != int(callback_query.data.split('#')[3]):
|
if callback_query.from_user.id != int(callback_query.data.split('#')[3]):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue