fix(moderation): fixed incorrect mysql syntax
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 53s
Some checks failed
Pylint / Pylint (3.10) (push) Failing after 53s
This commit is contained in:
parent
1b999f386b
commit
d88986cf0d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue