We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38365c commit 0801e5eCopy full SHA for 0801e5e
twilight-model/src/guild/auto_moderation/trigger_type.rs
@@ -6,7 +6,7 @@ use serde::{Deserialize, Serialize};
6
pub enum AutoModerationTriggerType {
7
/// Check if content contains words from a user defined list of keywords.
8
///
9
- /// Maximum of 3 per guild.
+ /// Maximum of 5 per guild.
10
Keyword,
11
/// Check if content represents generic spam.
12
0 commit comments