WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 342 commits from aurora-pydantic into main
Showing only changes of commit 9c7e0b0b89 - Show all commits

View file

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