-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Document Membership Screening #2396
Conversation
Some sort of narrative documentation about screening should be added. Something that explains how it works in the context of the API. How GUILD_MEMBER_ADD is emitted on the initial join and GUILD_MEMBER_UPDATE is emitted for the screening completion (if I have that right). |
added an explanation of screening in 2fe4e62's desc I saw
which seems to indicate that |
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.
Couple of typos here.
Co-authored-by: ckohen <[email protected]>
|
Co-authored-by: Bread <[email protected]>
When editing |
@HuyaneMatsu you're probably sending an array instead of a string (#2394), you need to serialize the array to a string as this PR documents |
@advaith1 Didn't see that issue :KoishiDerp:. The issue tracker is spammed with slash commands. |
Looks good to us once the merge conflict is fixed. Thanks @Kamilla-K for the review! |
could someone from Discord answer #2396 (comment)? i could mention it in the docs if its clarified |
sorry for the confusion- did some digging and found out what's happening: for our the only times hope that makes sense! |
ah, I see; that makes sense although it's unfortunate that bots can't tell if the member update event is being triggered by the member passing screening. I've added a bit about when |
Maybe also add to the member structure (after the similar note about
|
hm, maybe just completely move it there? |
yeah, that could work too |
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.
thanks for documenting this!
thx @advaith1 |
- Adds discord/discord-api-docs#2396 - Add models - Add rest requests
👋
MEMBER_VERIFICATION_GATE_ENABLED
andPREVIEW_ENABLED
guild features