Skip to content

Commit 0801e5e

Browse files
authored
docs(model): update automod keyword limit (#2020)
Update the automod keyword rule limit documentation from 3 to 5. Part of #2012.
1 parent e38365c commit 0801e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

twilight-model/src/guild/auto_moderation/trigger_type.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use serde::{Deserialize, Serialize};
66
pub enum AutoModerationTriggerType {
77
/// Check if content contains words from a user defined list of keywords.
88
///
9-
/// Maximum of 3 per guild.
9+
/// Maximum of 5 per guild.
1010
Keyword,
1111
/// Check if content represents generic spam.
1212
///

0 commit comments

Comments
 (0)