Fix header formatting
This commit is contained in:
parent
e20b7f5390
commit
ee05cb0944
1 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ Sample AutoMod rules:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Rules
|
### Rules
|
||||||
The following is a list of accepted members within an AutoMod rule:
|
The following is a list of accepted members within an AutoMod rule:
|
||||||
* regex (*string* or *string array*) - **Required.** Regular expression pattern(s) that trigger the defined rule.
|
* regex (*string* or *string array*) - **Required.** Regular expression pattern(s) that trigger the defined rule.
|
||||||
* response (*string* or *string array*) - **Required.** Response, or list of responses to execute.
|
* response (*string* or *string array*) - **Required.** Response, or list of responses to execute.
|
||||||
|
@ -31,5 +31,5 @@ The following is a list of accepted members within an AutoMod rule:
|
||||||
* For example: If a particular role is blocked from triggering the rule, you may add an exemption for a single user within that role to be able to trigger the rule.
|
* For example: If a particular role is blocked from triggering the rule, you may add an exemption for a single user within that role to be able to trigger the rule.
|
||||||
* AllowModBypass *(boolean)* - Specifies if those defined within the *moderators* list for the server should be exempt from triggering this rule. Defaults to *true*.
|
* AllowModBypass *(boolean)* - Specifies if those defined within the *moderators* list for the server should be exempt from triggering this rule. Defaults to *true*.
|
||||||
|
|
||||||
#### Responses
|
### Responses
|
||||||
(to be written later)
|
(to be written later)
|
Loading…
Reference in a new issue