-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add guild member flag #2004
Add guild member flag #2004
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great pr! Thanks!
Could you also modify tests in test/hikari/impl/entity_factory
to ensure that it gets deserialized properly?
Co-authored-by: davfsa <[email protected]> Signed-off-by: Blaze <[email protected]>
Co-authored-by: davfsa <[email protected]> Signed-off-by: Blaze <[email protected]>
Co-authored-by: davfsa <[email protected]> Signed-off-by: Blaze <[email protected]>
sure will do that asap |
Is anything missing / wrong with the PR? Is there anything to do? Or is it finished and can be merged |
Co-authored-by: davfsa <[email protected]> Signed-off-by: Blaze <[email protected]>
Co-authored-by: davfsa <[email protected]> Signed-off-by: Blaze <[email protected]>
Co-authored-by: davfsa <[email protected]> Signed-off-by: Blaze <[email protected]>
Co-authored-by: davfsa <[email protected]> Signed-off-by: Blaze <[email protected]>
Co-authored-by: davfsa <[email protected]> Signed-off-by: Blaze <[email protected]>
Co-authored-by: davfsa <[email protected]> Signed-off-by: Blaze <[email protected]>
Summary
I've looked through the Discord Docs and found that the Member class has (or is supposed to have) a flags field.
This is what i decided to add.
Checklist
nox
and all the pipelines have passed.Related issues