mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Fix grammar in uptime command (#5596)
This commit is contained in:
parent
2ee64618af
commit
58d8cb4d1f
@ -534,7 +534,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
|||||||
uptime = self.bot.uptime.replace(tzinfo=datetime.timezone.utc)
|
uptime = self.bot.uptime.replace(tzinfo=datetime.timezone.utc)
|
||||||
uptime_str = humanize_timedelta(timedelta=delta) or _("Less than one second.")
|
uptime_str = humanize_timedelta(timedelta=delta) or _("Less than one second.")
|
||||||
await ctx.send(
|
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>"
|
time_quantity=uptime_str, timestamp=f"<t:{int(uptime.timestamp())}:f>"
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user