misc(galaxy): testing a formatting change for the unix command
All checks were successful
Pylint / Pylint (push) Successful in 1m7s
All checks were successful
Pylint / Pylint (push) Successful in 1m7s
This commit is contained in:
parent
a01a0026cb
commit
52e729d40b
1 changed files with 1 additions and 1 deletions
|
@ -154,13 +154,13 @@ class Galaxy(commands.Cog):
|
|||
timestamp = int(datetime.timestamp(datetime.now()))
|
||||
embed=discord.Embed(title="Current Time", url="https://www.unixtimestamp.com/", color=await self.bot.get_embed_color(None))
|
||||
embed.add_field(name="Default", value=f"<t:{timestamp}>\n`<t:{timestamp}>`")
|
||||
embed.add_field(name="Relative Time", value=f"<t:{timestamp}:R>\n`<t:{timestamp}:R>`", inline=False)
|
||||
embed.add_field(name="Short Time", value=f"<t:{timestamp}:t>\n`<t:{timestamp}:t>`")
|
||||
embed.add_field(name="Long Time", value=f"<t:{timestamp}:T>\n`<t:{timestamp}:T>`")
|
||||
embed.add_field(name="Short Date", value=f"<t:{timestamp}:d>\n`<t:{timestamp}:d>`")
|
||||
embed.add_field(name="Long Date", value=f"<t:{timestamp}:D>\n`<t:{timestamp}:D>`")
|
||||
embed.add_field(name="Short Date/Time", value=f"<t:{timestamp}:f>\n`<t:{timestamp}:f>`")
|
||||
embed.add_field(name="Long Date/Time", value=f"<t:{timestamp}:F>\n`<t:{timestamp}:F>`")
|
||||
embed.add_field(name="Relative Time", value=f"<t:{timestamp}:R>\n`<t:{timestamp}:R>`")
|
||||
embed.set_footer(text=f"{timestamp}")
|
||||
await ctx.send(embed=embed)
|
||||
await ctx.message.delete()
|
||||
|
|
Loading…
Reference in a new issue