-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Support for AutoMod Members #9328
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.
I'm very against making a breaking change here, not sure what harm there is in still having block_message
be the default.
At most I'd say not explicitly passing type should spit back a deprecation warning.
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.
Implementation aside, I think the documentation could be improved a bit. Nothing major!
There's just no reason why |
Co-Authored-By: Kaylynn Morgan <[email protected]>
Co-authored-by: Danny <[email protected]>
Is there anything still holding this PR back? |
You may have forgotten to re-request review from Rapptz |
Not my PR, just curious about its state since I need this feature. |
It's still not documented on Discord's side, see here: discord/discord-api-docs#6040 |
This PR can be merged already. The original PR isn't merged yet due to merge conflicts but the "not released" label has been removed, see this comment: discord/discord-api-docs#6040 (comment) |
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.
This PR just needs to change the 2.3 references to 2.4.
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!
Summary
This PR adds support for AutoMod Members. This also adds the new param
mention_raid_protection
inAutoModTrigger
.Related PR: discord/discord-api-docs#6040
Checklist