From cce9cb04340e224ed695b93bb3f53e0ac762aeed Mon Sep 17 00:00:00 2001 From: DrBot7 <46543473+DrBot7@users.noreply.github.com> Date: Sun, 24 Jan 2021 20:39:27 -0600 Subject: [PATCH] Timings - Work with Pebblehost --- cogs/timings_public.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/timings_public.py b/cogs/timings_public.py index 9558c0b..896a789 100644 --- a/cogs/timings_public.py +++ b/cogs/timings_public.py @@ -30,9 +30,9 @@ class Timings(commands.Cog): embed_var.set_footer(text=f"Requested by {message.author.name}#{message.author.discriminator}", icon_url=message.author.avatar_url) for word in words: - if word.startswith("https://timings.") and "/d=" in word: + if word.startswith("https://timin.") and "/d=" in word: word.replace("/d=", "/?id=") - if word.startswith("https://timings.") and "/?id=" in word: + if word.startswith("https://timin.") and "/?id=" in word: timings_url = word embed_var.url = timings_url break