fix(aurora): fixed a TypeError
This commit is contained in:
parent
bf945ec9f1
commit
0c628cf2a2
2 changed files with 5 additions and 5 deletions
|
@ -42,7 +42,7 @@ class Moderation(AuroraGuildModel):
|
|||
return self.moderation_id
|
||||
|
||||
@property
|
||||
def type(self) -> str:
|
||||
def type(self) -> Type:
|
||||
return self.moderation_type
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue