Skip to content

Commit

Permalink
docs(model): update automod keyword limit (#2020)
Browse files Browse the repository at this point in the history
Update the automod keyword rule limit documentation from 3 to 5.

Part of #2012.
  • Loading branch information
zeylahellyer authored Jan 2, 2023
1 parent e38365c commit 0801e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twilight-model/src/guild/auto_moderation/trigger_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use serde::{Deserialize, Serialize};
pub enum AutoModerationTriggerType {
/// Check if content contains words from a user defined list of keywords.
///
/// Maximum of 3 per guild.
/// Maximum of 5 per guild.
Keyword,
/// Check if content represents generic spam.
///
Expand Down

0 comments on commit 0801e5e

Please sign in to comment.