Variable: TriggerMetadataLimits
constTriggerMetadataLimits:object
Defined in: projects/utilities/packages/discord-utilities/src/lib/limits.ts:715
Namespace containing limits related to Discord Auto Moderation Trigger Metadata.
Type Declaration
MaximumCharactersPerRegexPattern
readonlyMaximumCharactersPerRegexPattern:260=260
Maximum number of characters allowed in a regular expression pattern.
MaximumKeywordAllowListKeywordLength
readonlyMaximumKeywordAllowListKeywordLength:60=60
Maximum characters per keyword that should not trigger the keyword rule.
MaximumKeywordAllowListLength
readonlyMaximumKeywordAllowListLength:100=100
Maximum number of substrings which should not trigger the keyword rule.
MaximumKeywordFilterLength
readonlyMaximumKeywordFilterLength:60=60
Maximum number of characters allowed in a keyword filter.
MaximumKeywordFilters
readonlyMaximumKeywordFilters:1000=1000
Maximum number of substrings which will be searched for in content.
MaximumKeywordPresetAllowListKeywordPresetLength
readonlyMaximumKeywordPresetAllowListKeywordPresetLength:60=60
Maximum characters per keyword should not trigger the keyword preset rule.
MaximumKeywordPresetAllowListLength
readonlyMaximumKeywordPresetAllowListLength:1000=1000
Maximum number of substrings which should not trigger the keyword preset rule.
MaximumMentionSpamTotalMentions
readonlyMaximumMentionSpamTotalMentions:50=50
Maximum number of unique role and user mentions allowed per message.
MaximumRegexPatterns
readonlyMaximumRegexPatterns:10=10
Maximum number of regular expression patterns which will be matched against content.