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, };