forgot a singular comma

This commit is contained in:
Nexus 2023-12-24 00:20:30 +00:00
parent 3f42a9ca6f
commit aeb5dd97dd
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

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