From 2451b403842277d5c972af8fae77546bb3e3e242 Mon Sep 17 00:00:00 2001 From: Oli-idk <67001116+Oli-idk@users.noreply.github.com> Date: Fri, 8 Jan 2021 23:51:33 -0800 Subject: [PATCH] updated how url is shown --- cogs/timings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/timings.py b/cogs/timings.py index fd02805..5723707 100644 --- a/cogs/timings.py +++ b/cogs/timings.py @@ -46,7 +46,7 @@ class Timings(commands.Cog): embed_var = discord.Embed(title="Timings Analysis", color=0x55ffff) embed_var.set_footer(text="Requested by " + message.author.name, icon_url=message.author.avatar_url) - embed_var.description = timings_url + embed_var.url = timings_url unchecked = 0 try: