From 6c5e4ec35ff22fec80a6716c517501f70c864c62 Mon Sep 17 00:00:00 2001 From: Yasir Aris M Date: Sun, 21 Jan 2024 13:27:01 +0700 Subject: [PATCH] Just For Test Signed-off-by: Yasir Aris M --- misskaty/plugins/fun.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/misskaty/plugins/fun.py b/misskaty/plugins/fun.py index 79496b80..24de5be3 100644 --- a/misskaty/plugins/fun.py +++ b/misskaty/plugins/fun.py @@ -215,3 +215,8 @@ async def givereact(c, m): await m.reply("Sorry, i can't react chat without join that groups.") except Exception as err: await m.reply(str(err)) + + +@app.on_message_reaction_updated(filters.chat(-1001777794636)) # Secret Group +async def reaction_update(_, ctx): + await self.send_message(ctx.chat.id, message_thread_id=ctx.message_thread_id, text=ctx)