From 0422b15985293612780b62563d04f860e046f43f Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sun, 17 Dec 2023 00:04:04 -0500 Subject: [PATCH] fix(moderation): fixed broken mysql statement --- moderation/moderation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)