We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cab6bbe commit a4e710cCopy full SHA for a4e710c
src/Enums/Moderations/Category.php
@@ -10,6 +10,8 @@ enum Category: string
10
case HateThreatening = 'hate/threatening';
11
case Harassment = 'harassment';
12
case HarassmentThreatening = 'harassment/threatening';
13
+ case Illicit = 'illicit';
14
+ case IllicitViolent = 'illicit/violent';
15
case SelfHarm = 'self-harm';
16
case SelfHarmIntent = 'self-harm/intent';
17
case SelfHarmInstructions = 'self-harm/instructions';
0 commit comments