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, )