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
feat: Safety alerts channel and mention raid protection #9073
Merged
Conversation
This file contains 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
The latest updates on your projects. Learn more about Vercel for Git ↗︎ |
@jaw0r3k is attempting to deploy a commit to the discordjs Team on Vercel. A member of the Team first needs to authorize it. |
kyranet
approved these changes
Jan 18, 2023
SpaceEEC
approved these changes
Feb 17, 2023
vladfrangu
approved these changes
Feb 21, 2023
TetieWasTaken
suggested changes
Apr 6, 2023
TetieWasTaken
approved these changes
Apr 6, 2023
jaw0r3k
force-pushed
the
v13-alerts-antyraids
branch
from
April 6, 2023 14:21
92cdc13
to
618d90d
Compare
Jiralite
changed the title
feat: v13 safety alerts channel and mention raid protection
feat: Safety alerts channel and mention raid protection
Apr 29, 2023
Jiralite
requested changes
May 7, 2023
Jiralite
requested changes
May 7, 2023
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.
Guild#features
's documentation needs updating.
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Jiralite
approved these changes
May 7, 2023
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.
Please describe the changes this PR makes and why it should be merged:
Backports:
🤖 Generated by Copilot at 40244ae
Summary
🛡️🗣️🚨
This pull request adds two new features to the discord.js library: mention raid protection and safety alerts channel. Mention raid protection allows the user to create and edit rules that automatically moderate spam attacks that mention many users or roles in a guild. Safety alerts channel allows the user to access and edit the channel where Discord sends notifications about potential threats to the guild's security. The pull request modifies the
AutoModerationRuleManager
,AutoModerationRule
, andGuild
classes, and theGuildEditData
type, to implement these features.Walkthrough
Status and versioning classification: