Skip to content

Commit a2635e9

Browse files
Paillat-devCopilot
andauthored
Update discord/message.py
Co-authored-by: Copilot <[email protected]> Signed-off-by: Paillat <[email protected]>
1 parent ef0c971 commit a2635e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ async def _from_data(
10881088
if data.get("member"):
10891089
try:
10901090
# Update member reference
1091-
self.author._update_from_message(member) # type: ignore # noqa: F821 # TODO: member is unbound
1091+
self.author._update_from_message(data["member"]) # type: ignore # noqa: F821 # TODO: member is unbound
10921092
except AttributeError:
10931093
# It's a user here
10941094
# TODO: consider adding to cache here

0 commit comments

Comments
 (0)