|
|
@ -28,6 +28,8 @@ class Timings(commands.Cog): |
|
|
|
embed_var.set_footer(text="Requested by " + message.author.name, icon_url=message.author.avatar_url) |
|
|
|
|
|
|
|
for word in words: |
|
|
|
if word.startswith("https://timings.") and "/d=" in word: |
|
|
|
word.replace("/d=", "/?id=") |
|
|
|
if word.startswith("https://timings.") and "/?id=" in word: |
|
|
|
timings_url = word |
|
|
|
embed_var.url = timings_url |
|
|
|