diff --git a/moderation/moderation.py b/moderation/moderation.py index 0727def..704f806 100644 --- a/moderation/moderation.py +++ b/moderation/moderation.py @@ -222,7 +222,7 @@ class Moderation(commands.Cog): resolve_reason LONGTEXT, expired BOOL NOT NULL, changes JSON NOT NULL, - metadata JSON NOT NULL, + metadata JSON NOT NULL ) """ cursor.execute(query)