Skip to content

Commit

Permalink
Remove bad links filter (#5327)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jupith committed Aug 17, 2022
1 parent fd36aa3 commit 264938a
Showing 1 changed file with 1 addition and 2 deletions.
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

0 comments on commit 264938a

Please sign in to comment.