From 0abac2e0e460e507c10cda03a8c111e9f899453d Mon Sep 17 00:00:00 2001 From: granny Date: Wed, 13 Jan 2021 21:41:40 -0800 Subject: [PATCH] add timings hyperlink back to embed title --- cogs/timings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cogs/timings.py b/cogs/timings.py index be8e410..9f8ff23 100644 --- a/cogs/timings.py +++ b/cogs/timings.py @@ -31,6 +31,7 @@ class Timings(commands.Cog): for word in words: if word.startswith("https://timings.") and "/?id=" in word: timings_url = word + embed_var.url = timings_url break if word.startswith("https://www.spigotmc.org/go/timings?url=") or word.startswith( "https://timings.spigotmc.org/?url="):