Add description to timestamp embed
This commit is contained in:
parent
3100ea1f62
commit
9ae61247a0
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ class UtilCog(Scale):
|
|||
EmbedField(name="Relative Time", value=f"<t:{ts_utc}:R>\n`<t:{ts_utc}:R>`"),
|
||||
EmbedField(name="ISO8601", value=timestamp.isoformat()),
|
||||
]
|
||||
embed = build_embed(title="Converted Time", description="", fields=fields)
|
||||
embed = build_embed(title="Converted Time", description=f"`{string}`", fields=fields)
|
||||
await ctx.send(embed=embed)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue