WIP: Refactor Aurora (3.0.0) #29

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

View file

@ -323,7 +323,7 @@ class Moderation(AuroraGuildModel):
if reason == "NULL":
reason = None
if resolved_by == "NULL":
if resolved_by == "NULL" or resolved_by == '?':
resolved_by = None
if resolved_reason == "NULL":