fix(aurora): use the verb for message embed titles
This commit is contained in:
parent
88cc7b4a3f
commit
127dd564f5
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue