mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2026-01-07 12:24:51 +00:00
gennss link
This commit is contained in:
parent
737a0ec7ab
commit
0df5471ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -116,6 +116,6 @@ async def genss_link(client, m):
|
||||||
reply_markup=InlineKeyboardMarkup(btns)
|
reply_markup=InlineKeyboardMarkup(btns)
|
||||||
)
|
)
|
||||||
|
|
||||||
@app.on_callback_query(filters.regex(r'^scht')))
|
@app.on_callback_query(filters.regex(r'^scht'))
|
||||||
async def _(c, m):
|
async def _(c, m):
|
||||||
asyncio.create_task(screenshot_flink()(c, m))
|
asyncio.create_task(screenshot_flink()(c, m))
|
||||||
Loading…
Reference in a new issue