feat: add on_raw_member_update event#3012
Open
Soheab wants to merge 12 commits intoPycord-Development:masterfrom
Open
feat: add on_raw_member_update event#3012Soheab wants to merge 12 commits intoPycord-Development:masterfrom
Soheab wants to merge 12 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
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
requested changes
Dec 25, 2025
| - Added `Attachment.read_chunked` and added optional `chunksize` argument to | ||
| `Attachment.save` for retrieving attachments in chunks. | ||
| ([#2956](https://github.com/Pycord-Development/pycord/pull/2956)) | ||
| - Added a new event called `on_raw_member_update` that is dispatched when a member is |
Member
There was a problem hiding this comment.
Move to the new changelog section
Paillat-dev
reviewed
Dec 28, 2025
Member
Paillat-dev
left a comment
There was a problem hiding this comment.
lgtm code wise, will need testing in multiple scenarios
|
|
||
| This requires :attr:`Intents.members` to be enabled. | ||
|
|
||
| .. versionadded:: 2.7 |
Co-authored-by: Nelo <41271523+NeloBlivion@users.noreply.github.com> Signed-off-by: Soheab <33902984+Soheab@users.noreply.github.com>
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.