feat: add on_raw_member_update event#3012
Merged
Paillat-dev merged 25 commits intoPycord-Development:masterfrom Mar 3, 2026
Merged
feat: add on_raw_member_update event#3012Paillat-dev merged 25 commits intoPycord-Development:masterfrom
Paillat-dev merged 25 commits intoPycord-Development:masterfrom
Conversation
|
Thanks for opening this pull request! This pull request can be checked-out with: git fetch origin pull/3012/head:pr-3012
git checkout pr-3012This pull request can be installed with: pip install git+https://github.com/Pycord-Development/pycord@refs/pull/3012/head |
385d39a to
e13a20a
Compare
Lulalaby
previously approved these changes
Nov 29, 2025
Paillat-dev
requested changes
Nov 29, 2025
DA-344
reviewed
Nov 29, 2025
Co-authored-by: Paillat <jeremiecotti@ik.me> Signed-off-by: Soheab <33902984+Soheab@users.noreply.github.com>
Co-authored-by: DA344 <108473820+DA-344@users.noreply.github.com> Signed-off-by: Soheab <33902984+Soheab@users.noreply.github.com>
…cord into feat/onrawmemberupdate
Signed-off-by: Nelo <41271523+NeloBlivion@users.noreply.github.com>
NeloBlivion
previously requested changes
Dec 24, 2025
Member
NeloBlivion
left a comment
There was a problem hiding this comment.
Mostly LGTM, works fine with one adjustment required
idk if it's really an issue but for some reason my bot is firing user_update before raw_member_update, can anyone repro?
Paillat-dev
previously requested changes
Feb 28, 2026
Co-authored-by: Paillat <jeremiecotti@ik.me> Signed-off-by: Lala Sabathil <aiko@aitsys.dev>
Lulalaby
requested changes
Mar 2, 2026
Signed-off-by: Lala Sabathil <aiko@aitsys.dev>
Signed-off-by: Lala Sabathil <aiko@aitsys.dev>
Lulalaby
reviewed
Mar 2, 2026
Signed-off-by: Lala Sabathil <aiko@aitsys.dev>
Lulalaby
previously approved these changes
Mar 2, 2026
Lulalaby
approved these changes
Mar 2, 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
This PR adds a new event called
on_raw_member_update. This event is dispatched regardless of whether the member is cached. Handy for bots with chunking disabled and other reasons.Fixes #3001
Information
examples, ...).
Checklist
type: ignorecomments were used, a comment is also left explaining why.