mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-19 16:05:01 +00:00
automod: disable match_embeds by default
This commit is contained in:
parent
52a9a980b8
commit
2c765c2250
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
Add a link
Reference in a new issue