Browse Source

Merge remote-tracking branch 'origin/master'

pull/15/merge
DrBot7 3 years ago
parent
commit
3efa6c5242
  1. 2
      cogs/timings_public.py

2
cogs/timings_public.py

@ -26,7 +26,7 @@ class Timings(commands.Cog):
words = message.content.replace("\n", " ").split(" ")
timings_url = ""
embed_var = discord.Embed(title=self.TIMINGS_TITLE)
embed_var.set_footer(text="Requested by " + message.author.name + message.author.discriminator, icon_url=message.author.avatar_url)
embed_var.set_footer(text="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:

Loading…
Cancel
Save