fix: 🐛 Complete user update methods#3103
Open
ToothyDev wants to merge 26 commits intoPycord-Development:masterfrom
Open
fix: 🐛 Complete user update methods#3103ToothyDev wants to merge 26 commits intoPycord-Development:masterfrom
ToothyDev wants to merge 26 commits intoPycord-Development:masterfrom
Conversation
|
Thanks for opening this pull request! This pull request can be checked-out with: git fetch origin pull/3103/head:pr-3103
git checkout pr-3103This pull request can be installed with: pip install git+https://github.com/Pycord-Development/pycord@refs/pull/3103/head |
Paillat-dev
reviewed
Feb 14, 2026
Member
# Conflicts: # CHANGELOG.md
Contributor
Author
|
I think I added all possible ones here for now. The missing ones are described in #3078 (comment) with a reason. accent_color might be doable as well but I wasn't sure because it would introduce potentially blocking // time-delaying code otherwise sync code. Also, I tested all cases I could think of for now, but please do test as well in case I forgot about any |
9 tasks
Dorukyum
requested changes
Feb 15, 2026
…ethods # Conflicts: # CHANGELOG.md # discord/member.py # discord/types/user.py # discord/user.py
# Conflicts: # discord/collectibles.py # discord/member.py # discord/types/member.py # discord/types/user.py
Contributor
Author
|
Due to many attributes not being accessible or documented on the API and the nameplate being handled in #3107, this leaves just the avatar decoration data to trigger the event |
9 tasks
plun1331
previously approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Not all user object updates triggered the
on_user_update_event, see the exact attributes which were missing in #3078Also fixes an issue where
User.nameplateis broken and inaccessibleInformation
examples, ...).
Checklist
type: ignorecomments were used, a comment is also left explaining why.Fixes #3078
Depends on #3107