diff options
author | 2019-01-20 13:35:21 +0100 | |
---|---|---|
committer | 2019-01-20 13:35:21 +0100 | |
commit | 412f4a1d94d9185ff5684be25cb99235b4e207e9 (patch) | |
tree | b80083ee0cf70d3d498095467a47e717358231fc /api/models.py | |
parent | Account for broken import sorting on Azure. (diff) |
Add the `watch` infraction type.
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"), |