Skip to content

Commit

Permalink
docs: add max
Browse files Browse the repository at this point in the history
  • Loading branch information
vvito7 committed Nov 4, 2022
1 parent c700ba3 commit 68997ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deno/payloads/v10/autoModeration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export interface APIAutoModerationRuleTriggerMetadata {
/**
* Regular expression patterns which will be matched against content (Maximum of 10)
*
* Only Rust flavored regex is currently supported
* Only Rust flavored regex is currently supported (Maximum of 75 characters)
*
* Associated trigger type: {@link AutoModerationRuleTriggerType.Keyword}
*/
Expand Down
2 changes: 1 addition & 1 deletion deno/payloads/v9/autoModeration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export interface APIAutoModerationRuleTriggerMetadata {
/**
* Regular expression patterns which will be matched against content (Maximum of 10)
*
* Only Rust flavored regex is currently supported
* Only Rust flavored regex is currently supported (Maximum of 75 characters)
*
* Associated trigger type: {@link AutoModerationRuleTriggerType.Keyword}
*/
Expand Down
2 changes: 1 addition & 1 deletion payloads/v10/autoModeration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export interface APIAutoModerationRuleTriggerMetadata {
/**
* Regular expression patterns which will be matched against content (Maximum of 10)
*
* Only Rust flavored regex is currently supported
* Only Rust flavored regex is currently supported (Maximum of 75 characters)
*
* Associated trigger type: {@link AutoModerationRuleTriggerType.Keyword}
*/
Expand Down
2 changes: 1 addition & 1 deletion payloads/v9/autoModeration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ export interface APIAutoModerationRuleTriggerMetadata {
/**
* Regular expression patterns which will be matched against content (Maximum of 10)
*
* Only Rust flavored regex is currently supported
* Only Rust flavored regex is currently supported (Maximum of 75 characters)
*
* Associated trigger type: {@link AutoModerationRuleTriggerType.Keyword}
*/
Expand Down

0 comments on commit 68997ef

Please sign in to comment.