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,