fix(aurora): fix `__str__() method of the Type` class
Some checks failed
Actions / Build Documentation (MkDocs) (pull_request) Failing after 26s
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 39s

This commit is contained in:
Seaswimmer 2024-07-06 12:16:15 -04:00
parent b85932c338
commit 54ac77ceb9
Signed by: cswimr
GPG key ID: 3813315477F26F82

View file

@ -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