WIP: Refactor Aurora (3.0.0) #29
1 changed files with 1 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue