Skip to content
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

Remove harmful links filter #5327

Merged
merged 1 commit into from
Aug 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/resources/Auto_Moderation.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,13 @@ Rules can be configured to automatically execute actions whenever they trigger.
###### Trigger Types

> info
> The `HARMFUL_LINK` and `SPAM` trigger types are not yet released, so they cannot be used in most servers.
> The `SPAM` trigger type is not yet released, so it cannot be used in most servers.

Characterizes the type of content which can trigger the rule.

| Type | Value | Description | Max per Guild |
| -------------------- | ------- | -------------------------------------------------------------------- | ------------- |
| KEYWORD | 1 | check if content contains words from a user defined list of keywords | 3 |
| HARMFUL_LINK | 2 | check if content contains any harmful links | 1 |
| SPAM | 3 | check if content represents generic spam | 1 |
| KEYWORD_PRESET | 4 | check if content contains words from internal pre-defined wordsets | 1 |
| MENTION_SPAM | 5 | check if content contains more mentions than allowed | 1 |
Expand Down