fix(aurora): fix `__str__()
method of the
Type` class
This commit is contained in:
parent
b85932c338
commit
54ac77ceb9
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class Type(object):
|
|||
embed_desc = "been"
|
||||
|
||||
def __str__(self) -> str:
|
||||
return self.type
|
||||
return self.moderation_type
|
||||
|
||||
@classmethod
|
||||
async def handler(cls, ctx: commands.Context, target: Member | User, silent: bool, **kwargs) -> 'Type': # pylint: disable=unused-argument
|
||||
|
|
Loading…
Reference in a new issue