Skip to content

Commit

Permalink
Merge pull request #201 from disgoorg/patch/automod-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Nov 4, 2022
2 parents d64d5eb + c9af872 commit cc0e3a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/auto_moderation.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const (

type AutoModerationTriggerMetadata struct {
KeywordFilter []string `json:"keyword_filter"`
RegexPatterns []string `json:"regex_patterns"`
Presets []AutoModerationKeywordPreset `json:"presets"`
AllowList []string `json:"allow_list"`
MentionTotalLimit int `json:"mention_total_limit"`
Expand Down

0 comments on commit cc0e3a1

Please sign in to comment.