mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Just For Test
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
parent
f2b56f6730
commit
6c5e4ec35f
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue