Skip to content

Commit 527f320

Browse files
authored
feat: mention spam trigger type
1 parent f3cfce0 commit 527f320

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interactions/api/models/misc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ class AutoModTriggerType(IntEnum):
208208
HARMFUL_LINK = 2
209209
SPAM = 3
210210
KEYWORD_PRESET = 4
211+
MENTION_SPAM = 5
211212

212213

213214
class AutoModKeywordPresetTypes(IntEnum):

0 commit comments

Comments
 (0)