mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 09:44:50 +00:00
Test only
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
parent
6c5e4ec35f
commit
64ed64c251
1 changed files with 2 additions and 1 deletions
|
|
@ -217,6 +217,7 @@ async def givereact(c, m):
|
||||||
await m.reply(str(err))
|
await m.reply(str(err))
|
||||||
|
|
||||||
|
|
||||||
@app.on_message_reaction_updated(filters.chat(-1001777794636)) # Secret Group
|
@app.on_message_reaction_updated(filters.chat(-1001777794636), group=10) # Secret Group
|
||||||
|
@capture_err
|
||||||
async def reaction_update(_, ctx):
|
async def reaction_update(_, ctx):
|
||||||
await self.send_message(ctx.chat.id, message_thread_id=ctx.message_thread_id, text=ctx)
|
await self.send_message(ctx.chat.id, message_thread_id=ctx.message_thread_id, text=ctx)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue