WIP: Moderation type registry #26

Closed
cswimr wants to merge 146 commits from aurora-3rd-party into main
Showing only changes of commit 0cc7d6079d - Show all commits

View file

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