From 0df5471ef01e9f5b12e36d05e05901db965e1027 Mon Sep 17 00:00:00 2001 From: yasir Date: Thu, 9 Feb 2023 15:12:39 +0700 Subject: [PATCH] gennss link --- misskaty/plugins/genss.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misskaty/plugins/genss.py b/misskaty/plugins/genss.py index 775d2ad1..be7c40fd 100644 --- a/misskaty/plugins/genss.py +++ b/misskaty/plugins/genss.py @@ -116,6 +116,6 @@ async def genss_link(client, m): reply_markup=InlineKeyboardMarkup(btns) ) -@app.on_callback_query(filters.regex(r'^scht'))) +@app.on_callback_query(filters.regex(r'^scht')) async def _(c, m): asyncio.create_task(screenshot_flink()(c, m)) \ No newline at end of file