aboutsummaryrefslogtreecommitdiffstats
path: root/api/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'api/models.py')
-rw-r--r--api/models.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/api/models.py b/api/models.py
index b063b78c..4f6d00ae 100644
--- a/api/models.py
+++ b/api/models.py
@@ -268,7 +268,8 @@ class Message(ModelReprMixin, models.Model):
)
content = models.CharField(
max_length=2_000,
- help_text="The content of this message, taken from Discord."
+ help_text="The content of this message, taken from Discord.",
+ blank=True
)
embeds = pgfields.ArrayField(
pgfields.JSONField(