WIP: Refactor Aurora (3.0.0) #29

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

View file

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