Pyrofork: fix MessageReactionCountUpdated

Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
wulan17 2024-01-24 14:54:05 +07:00
parent 9299f02bb9
commit f53eb2b386
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -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
]
)
)