From aeb5dd97dd5ed191939cb29ffc98029fec7796c2 Mon Sep 17 00:00:00 2001 From: nex Date: Sun, 24 Dec 2023 00:20:30 +0000 Subject: [PATCH] forgot a singular comma --- cogs/other.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/other.py b/cogs/other.py index df5e891..0120d4a 100644 --- a/cogs/other.py +++ b/cogs/other.py @@ -776,7 +776,7 @@ class OtherCog(commands.Cog): f"* URL: <{friendly_url}>\n" f"* Load time: {fetch_time:.2f}ms\n" f"* Screenshot render time: {screenshot_time:.2f}ms\n" - f"* Total time: {(fetch_time + screenshot_time):.2f}ms" + f"* Total time: {(fetch_time + screenshot_time):.2f}ms", file=screenshot, )