diff --git a/moderation/moderation.py b/moderation/moderation.py index b1edb91..6e46592 100644 --- a/moderation/moderation.py +++ b/moderation/moderation.py @@ -173,7 +173,7 @@ class Moderation(commands.Cog): resolved_by LONGTEXT, resolve_reason LONGTEXT, expired BOOL NOT NULL, - changes JSON NOT NULL, + changes JSON NOT NULL ) """ cursor.execute(query)