automod: disable match_embeds by default

This commit is contained in:
Dragory 2020-09-15 01:07:59 +03:00
parent cb5723db7c
commit 47319e2177
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -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,