Skip to content

Commit 4bd6029

Browse files
committed
Fix user update regression (fix #844)
1 parent ccff552 commit 4bd6029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/user.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1040,6 +1040,7 @@ def _update_self(self, user: Union[PartialUserPayload, Tuple[()]]) -> Optional[T
10401040
self._public_flags,
10411041
self._avatar_decoration_data,
10421042
self.global_name,
1043+
self._primary_guild,
10431044
) = modified
10441045
# Signal to dispatch user_update
10451046
return to_return, self

0 commit comments

Comments
 (0)