You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set_warnings <warnings>: Sets the number of warnings a user can have before muting them.
64
80
set_mute_time <time>: Sets the amount of time a user is muted for after having too many warnings. Example: 1d, 3m, 5s, 6h
65
81
use_warnings <boolean>: Whether to use warnings and mute the user, or just only delete the message.
82
+
set_sensitivity <float from 0-1>: The image moderation sensitivity. As sensitivity increases, image moderation becomes more strict, and as sensitivity decreases, image moderation becomes less strict.
66
83
```
67
84
68
85
Note the default presets:
69
86
```
70
87
set_warnings: 3
71
88
set_mute_time: 10m
72
89
use_warnings: False
90
+
set_sensitivity: 0.5
73
91
```
74
92
75
93
Also note that the Sven role should be **ABOVE** all other members, in order to create and enforce the muted role.
0 commit comments