fix(aurora): oops lol
This commit is contained in:
parent
39479eb216
commit
b752181781
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ def generate_dict(bot: Red, result: dict, guild_id: int) -> dict:
|
||||||
changes = json.loads(result[14].strip('"').replace('\\"', '"'))
|
changes = json.loads(result[14].strip('"').replace('\\"', '"'))
|
||||||
change_obj_list = []
|
change_obj_list = []
|
||||||
for change in changes:
|
for change in changes:
|
||||||
change_obj_list.append(Change.from_dict(bot=bot, **change))
|
change_obj_list.append(Change.from_dict(bot=bot, data=change))
|
||||||
|
|
||||||
case = {
|
case = {
|
||||||
"moderation_id": int(result[0]),
|
"moderation_id": int(result[0]),
|
||||||
|
|
Loading…
Reference in a new issue