Update fun.py

Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
Yasir Aris M 2024-01-21 14:26:18 +07:00 committed by GitHub
parent b78d6a1e33
commit 7762e1b9a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -219,4 +219,4 @@ async def givereact(c, m):
@app.on_message_reaction_updated()
async def reaction_update(self, ctx):
await self.send_message(ctx.chat.id, message_thread_id=ctx.message_thread_id, text=ctx)
self.log.info(ctx)