Class DiscordRuleTriggerMetadata
- Namespace
 - DSharpPlus.Entities
 
- Assembly
 - DSharpPlus.dll
 
Represents metadata about the triggering of a Discord rule.
public sealed class DiscordRuleTriggerMetadata
  - Inheritance
 - 
      
      DiscordRuleTriggerMetadata
 
Properties
- AllowedKeywords
 Gets the substrings which should not trigger the rule.
- KeywordFilter
 Gets substrings which will be searched in the content.
- KeywordPresetTypes
 Gets the internally pre-defined wordsets which will be searched in the content.
- MentionTotalLimit
 Gets the total number of mentions (users and roles) allowed per message.
- RegexPatterns
 Gets regex patterns which will be matched against the content.