mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
automod: disable match_embeds by default
This commit is contained in:
parent
cb5723db7c
commit
47319e2177
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export const MatchWordsTrigger = automodTrigger<MatchResultType>()({
|
|||
loose_matching_threshold: 4,
|
||||
strip_markdown: false,
|
||||
match_messages: true,
|
||||
match_embeds: true,
|
||||
match_embeds: false,
|
||||
match_visible_names: false,
|
||||
match_usernames: false,
|
||||
match_nicknames: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue