mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
gennss link
This commit is contained in:
parent
372b048f0d
commit
737a0ec7ab
1 changed files with 1 additions and 1 deletions
|
|
@ -116,6 +116,6 @@ async def genss_link(client, m):
|
|||
reply_markup=InlineKeyboardMarkup(btns)
|
||||
)
|
||||
|
||||
@app.on_callback_query(filters.create(lambda _, query: query.data.startswith('scht')))
|
||||
@app.on_callback_query(filters.regex(r'^scht')))
|
||||
async def _(c, m):
|
||||
asyncio.create_task(screenshot_flink()(c, m))
|
||||
Loading…
Reference in a new issue