WIP: Refactor Aurora (3.0.0) #29

Draft
cswimr wants to merge 347 commits from aurora-pydantic into main
Showing only changes of commit 54ac77ceb9 - Show all commits

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