From 47319e21772b69962c32bb01e7920967fd59fb8b Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Tue, 15 Sep 2020 01:07:59 +0300 Subject: [PATCH] automod: disable match_embeds by default --- backend/src/plugins/Automod/triggers/matchWords.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/Automod/triggers/matchWords.ts b/backend/src/plugins/Automod/triggers/matchWords.ts index fe3f988c..b5a2da97 100644 --- a/backend/src/plugins/Automod/triggers/matchWords.ts +++ b/backend/src/plugins/Automod/triggers/matchWords.ts @@ -37,7 +37,7 @@ export const MatchWordsTrigger = automodTrigger()({ 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,