WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 commits from aurora-pydantic into main
Showing only changes of commit ea280c2d62 - Show all commits

View file

@ -109,7 +109,7 @@ class Change(AuroraBaseModel):
@classmethod
def from_dict(cls, bot: Red, data: dict) -> "Change":
return cls(bot=bot **data)
return cls(bot=bot, **data)
class PartialUser(AuroraBaseModel):
id: int