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