WIP: Refactor Aurora (3.0.0) #29

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

View file

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