mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Pyrofork: fix MessageReactionCountUpdated
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
9299f02bb9
commit
f53eb2b386
1 changed files with 1 additions and 2 deletions
|
|
@ -82,8 +82,7 @@ class MessageReactionCountUpdated(Object, Update):
|
|||
date=utils.timestamp_to_datetime(update.date),
|
||||
reactions=[
|
||||
types.ReactionCount._parse(
|
||||
client,
|
||||
rt
|
||||
) for rt in update.reactions
|
||||
]
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue