mirror of
https://github.com/yasirarism/MissKatyPyro.git
synced 2025-12-29 17:44:50 +00:00
Update fun.py
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
parent
ea03e81ede
commit
a9d8fa574d
1 changed files with 1 additions and 1 deletions
|
|
@ -217,6 +217,6 @@ async def givereact(c, m):
|
||||||
await m.reply(str(err))
|
await m.reply(str(err))
|
||||||
|
|
||||||
|
|
||||||
@app.on_message_reaction_updated()
|
@app.on_message_reaction_updated(filters.chat(-1001777794636))
|
||||||
async def reaction_update(self, ctx):
|
async def reaction_update(self, ctx):
|
||||||
self.log.info(ctx)
|
self.log.info(ctx)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue