WIP: Moderation type registry #26

Closed
cswimr wants to merge 146 commits from aurora-3rd-party 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