mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
(cherry picked from commit 58d8cb4d1f)
Co-authored-by: TrustyJAID <TrustyJAID@gmail.com>
Co-authored-by: TrustyJAID <TrustyJAID@gmail.com>
This commit is contained in:
@@ -535,7 +535,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
uptime = self.bot.uptime.replace(tzinfo=datetime.timezone.utc)
|
||||
uptime_str = humanize_timedelta(timedelta=delta) or _("Less than one second.")
|
||||
await ctx.send(
|
||||
_("Been up for: **{time_quantity}** (since {timestamp})").format(
|
||||
_("I have been up for: **{time_quantity}** (since {timestamp})").format(
|
||||
time_quantity=uptime_str, timestamp=f"<t:{int(uptime.timestamp())}:f>"
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user