fix(moderation): fixed incorrect mysql syntax
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 53s

This commit is contained in:
Seaswimmer 2023-12-14 16:51:57 -05:00
parent 1b999f386b
commit d88986cf0d
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -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)