fix(aurora): fixed a missing parameter
This commit is contained in:
parent
1e865643a0
commit
9c7e0b0b89
1 changed files with 3 additions and 0 deletions
|
@ -264,6 +264,9 @@ class Moderation(AuroraGuildModel):
|
|||
case_safe["metadata"],
|
||||
)
|
||||
|
||||
for change in case["changes"]:
|
||||
change.update({"bot": bot})
|
||||
|
||||
return cls.from_dict(bot=bot, data=case)
|
||||
|
||||
class Change(AuroraBaseModel):
|
||||
|
|
Loading…
Reference in a new issue