WIP: Refactor Aurora (3.0.0) #29

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

View file

@ -203,6 +203,7 @@ class Moderation(AuroraGuildModel):
"changes": change_obj_list, "changes": change_obj_list,
"metadata": metadata, "metadata": metadata,
} }
logger.debug(case)
return cls.from_dict(bot=bot, data=case) return cls.from_dict(bot=bot, data=case)
@classmethod @classmethod