diff options
-rw-r--r-- | api/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/models.py b/api/models.py index abbaa8bc..22722b5c 100644 --- a/api/models.py +++ b/api/models.py @@ -226,7 +226,7 @@ class Message(ModelReprMixin, models.Model): on_delete=models.CASCADE, help_text="The author of this message." ) - channel_id = models.BigInteger( + channel_id = models.BigIntegerField( help_text=( "The channel ID that this message was " "sent in, taken from Discord." |