diff options
| -rw-r--r-- | bot/exts/easter/earth_photos.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/bot/exts/easter/earth_photos.py b/bot/exts/easter/earth_photos.py index 39bb627e..9bcca583 100644 --- a/bot/exts/easter/earth_photos.py +++ b/bot/exts/easter/earth_photos.py @@ -39,11 +39,11 @@ class EarthPhotos(commands.Cog):              embed = discord.Embed(                  title="Earth Photo", -                description="A photo of Earth 🌎  from Unsplash.", +                description="A photo of Earth 🌎 from Unsplash.",                  color=Colours.grass_green              )              embed.set_image(url=embedlink) -            embed.add_field(name="Author",  +            embed.add_field(name="Author",              value=f"Photo by [{username}]({profile}?utm_source=sir_lancebot&utm_medium=referral)\   on [Unsplash](https://unsplash.com?utm_source=sir_lancebot&utm_medium=referral).")              await ctx.send(embed=embed) | 
