mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-07 15:34:52 +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,7 +82,6 @@ class MessageReactionCountUpdated(Object, Update):
|
||||||
date=utils.timestamp_to_datetime(update.date),
|
date=utils.timestamp_to_datetime(update.date),
|
||||||
reactions=[
|
reactions=[
|
||||||
types.ReactionCount._parse(
|
types.ReactionCount._parse(
|
||||||
client,
|
|
||||||
rt
|
rt
|
||||||
) for rt in update.reactions
|
) for rt in update.reactions
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue