mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Improve and add more usage of discord timestamps (#5241)
* Improve and add more usage of discord timestamps * How did that whitespace get there?
This commit is contained in:
@@ -254,7 +254,7 @@ class General(commands.Cog):
|
||||
Default to False.
|
||||
"""
|
||||
guild = ctx.guild
|
||||
created_at = _("Created on <t:{0}:D>. That's <t:{0}:R>!").format(
|
||||
created_at = _("Created on <t:{0}>. That's <t:{0}:R>!").format(
|
||||
int(guild.created_at.replace(tzinfo=datetime.timezone.utc).timestamp()),
|
||||
)
|
||||
online = humanize_number(
|
||||
|
||||
Reference in New Issue
Block a user