fix(aurora): fixed another syntax error in changes_factory
This commit is contained in:
parent
9be187e4aa
commit
891b36ccaa
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ async def changes_factory(interaction: Interaction, moderation: Moderation) -> E
|
|||
f"{bold('Reason:')} {change.reason}" if change.reason else "",
|
||||
f"{bold('Duration:')} {humanize_timedelta(timedelta=change.duration)}" if change.duration else "",
|
||||
f"{bold('End Timestamp:')} {end_timestamp}" if end_timestamp else "",
|
||||
f"{bold("Timestamp:")} {timestamp}",
|
||||
f"{bold('Timestamp')} {timestamp}",
|
||||
]
|
||||
change_str.remove("")
|
||||
|
||||
|
|
Loading…
Reference in a new issue