@@ -50,8 +50,8 @@ This trigger will fire when a message exceeds the configured threshold for *uniq
5050
5151This trigger will fire when a message contains * any* valid link.[ ^ 1 ]
5252
53- For more fine-grained control, consider using the [ Website blacklist ] ( #website-blacklist ) or
54- [ Website whitelist ] ( #website-whitelist ) trigger.
53+ For more fine-grained control, consider using the [ Website denylist ] ( #website-denylist ) or
54+ [ Website allowlist ] ( #website-allowlist ) trigger.
5555
5656#### X Violations in y minutes
5757
@@ -69,7 +69,7 @@ This will trigger when the offending user has amassed x violations in y minutes,
6969- ** Ignore if a higher violation trigger of this name was activated** <br >
7070 Whether to ignore this if a trigger with a higher threshold for the same violation was activated. (Default: on)
7171
72- #### Word blacklist
72+ #### Word denylist
7373
7474This trigger will fire when a message contains any word from the specified list.
7575
@@ -79,23 +79,23 @@ This trigger will fire when a message contains any word from the specified list.
7979- ** Also match visually similar characters** <br >
8080 Whether to also match visually similar characters, like ` Ĥéĺĺó ` . (Default: off)
8181
82- #### Word whitelist
82+ #### Word allowlist
8383
84- Triggers when a message contains words ** not** in the specified list. See [ Word blacklist ] ( #word-blacklist ) for
84+ Triggers when a message contains words ** not** in the specified list. See [ Word denylist ] ( #word-denylist ) for
8585configuration.
8686
87- #### Website blacklist
87+ #### Website denylist
8888
8989This trigger will fire when a message contains any link to a domain from the specified list, subdomains included.
9090
9191- ** List** <br >
9292 The list to check against. (Default: first found list)
9393
94- #### Website whitelist
94+ #### Website allowlist
9595
96- Triggers when a message contains links ** not** in the specified list. See [ Website blacklist ] ( #website-blacklist ) .
96+ Triggers when a message contains links ** not** in the specified list. See [ Website denylist ] ( #website-denylist ) .
9797
98- Depending on your use-case, it may be more time-efficient to use a whitelist instead of a blacklist .
98+ Depending on your use-case, it may be more time-efficient to use a allowlist instead of a denylist .
9999
100100#### Server invites
101101
@@ -186,7 +186,7 @@ This trigger will fire when the nickname of the user matches the specified regul
186186
187187The inverse of [ Nickname matches regex] ( #nickname-matches-regex ) . See there for configuration.
188188
189- #### Nickname word whitelist
189+ #### Nickname word allowlist
190190
191191This trigger will fire when the nickname of the user contains words ** not** in the specified list.
192192
@@ -195,10 +195,10 @@ This trigger will fire when the nickname of the user contains words **not** in t
195195- ** Also match visually similar characters** <br >
196196 Whether to also match visually similar characters, like ` Ĥéĺĺó ` . (Default: off)
197197
198- #### Nickname word blacklist
198+ #### Nickname word denylist
199199
200200This trigger will fire when the nickname of the user contains any word from the specified list.
201- See [ Nickname word whitelist ] ( #nickname-word-whitelist ) for configuration.
201+ See [ Nickname word allowlist ] ( #nickname-word-allowlist ) for configuration.
202202
203203- ** List** <br >
204204 The list to check against. (Default: first found list)
@@ -221,7 +221,7 @@ This trigger will fire when the offending user has sent x attachments in y secon
221221See [ X user attachments in Y seconds] ( #x-user-attachments-in-y-seconds ) , but now applied to the channel as a whole,
222222instead of a single user.
223223
224- #### Join username word whitelist
224+ #### Join username word allowlist
225225
226226This trigger will fire when the username of a user joining the server contains words ** not** in the specified list.
227227
@@ -230,10 +230,10 @@ This trigger will fire when the username of a user joining the server contains w
230230- ** Also match visually similar characters** <br >
231231 Whether to also match visually similar characters, like ` Ĥéĺĺó ` . (Default: off)
232232
233- #### Join username word blacklist
233+ #### Join username word denylist
234234
235235This trigger will fire when the username of a user joining the server contains any word from the specified list. See
236- [ Join username word whitelist ] ( #join-username-word-whitelist ) for configuration.
236+ [ Join username word allowlist ] ( #join-username-word-allowlist ) for configuration.
237237
238238#### Join username matches regex
239239
0 commit comments