WIP: Refactor Aurora (3.0.0) #29

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

View file

@ -71,7 +71,7 @@ async def message_factory(
# embed_desc = "been"
embed = Embed(
title=str.title(moderation_type.moderation_type),
title=str.title(moderation_type.verb),
description=f"You have {moderation_type.embed_desc} {moderation_type.verb}{embed_duration} in {guild_name}.",
color=color,
timestamp=datetime.now(),