From 5a097a8df400f4fd0fc873209fd5bd144cd857f1 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Fri, 22 Aug 2025 16:41:57 -0700 Subject: [PATCH] fix: reduce strictness on profanity --- src/config/alex.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config/alex.ts b/src/config/alex.ts index 70a4735..9fab2b7 100644 --- a/src/config/alex.ts +++ b/src/config/alex.ts @@ -37,4 +37,6 @@ export const alexConfig: OptionsObject = { "stepbrother-stepsister", "stepbrothers-stepsisters", ], + // This restricts profanity triggers to only the most severe. + profanitySureness: 2, };