Browse Source

updated how url is shown

pull/3/head
Oli-idk 3 years ago
committed by GitHub
parent
commit
2451b40384
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      cogs/timings.py

2
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:

Loading…
Cancel
Save