fix(aurora): happy now?
This commit is contained in:
parent
4c28453173
commit
028e22ebec
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class Moderation(AuroraGuildModel):
|
|||
parameters = ()
|
||||
with connect() as database:
|
||||
cursor = database.cursor()
|
||||
cursor.execute(sql=query, parameters=parameters)
|
||||
cursor.execute(query, parameters)
|
||||
results = cursor.fetchall()
|
||||
cursor.close()
|
||||
|
||||
|
|
Loading…
Reference in a new issue