WIP: Refactor Aurora (3.0.0) #29

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

View file

@ -1058,7 +1058,7 @@ class Aurora(commands.Cog):
})
moderator = memory_dict[str(mod.moderator_id)]
field_name = f"Case #{mod.id:,} ({str.title(mod.type)})"
field_name = f"Case #{mod.id:,} ({mod.type.string.title()})"
field_value = f"**Target:** `{target.name}` ({target.id})\n**Moderator:** `{moderator.name}` ({moderator.id})"
if len(str(mod.reason)) > 125: