WIP: Refactor Aurora (3.0.0) #29
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