diff options
Diffstat (limited to 'api/models.py')
-rw-r--r-- | api/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/api/models.py b/api/models.py index 4f6d00ae..6dce0eb4 100644 --- a/api/models.py +++ b/api/models.py @@ -315,6 +315,7 @@ class Infraction(ModelReprMixin, models.Model): TYPE_CHOICES = ( ("note", "Note"), ("warning", "Warning"), + ("watch", "Watch"), ("mute", "Mute"), ("kick", "Kick"), ("ban", "Ban"), |