diff --git a/src/protections/MentionSpam.ts b/src/protections/MentionSpam.ts index c230018..2157378 100644 --- a/src/protections/MentionSpam.ts +++ b/src/protections/MentionSpam.ts @@ -25,7 +25,7 @@ const USER_ID_REGEX = /@[^:]*:.+/; export class MentionSpam extends Protection { settings = { - maxMentionsRedact: new NumberProtectionSetting(DEFAULT_MAX_MENTIONS), + maxMentions: new NumberProtectionSetting(DEFAULT_MAX_MENTIONS), }; constructor() {