-
Notifications
You must be signed in to change notification settings - Fork 82
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 membership screening #218
Conversation
- Adds discord/discord-api-docs#2396 - Add models - Add rest requests
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.
There is no core representation for member screening
) { | ||
@Serializable | ||
enum class Type { |
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.
Use a more expresive name than Type
, maybe FormFieldType
(?)
Also use objects so we can have Unknown
type in there
actually, they removed the docs for membership screening so I stopped implementing them until they do a PR adding them again |
Any updates on this? |
https://discord.com/developers/docs/resources/guild#membership-screening-object still has the warning and I don't see any PR changeing it so I guess no updates |
Understood 👍 |
a1bb076
to
1e6718a
Compare
Related to #121, #216