diff options
Diffstat (limited to 'bot/exts')
| -rw-r--r-- | bot/exts/easter/earth_photos.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/bot/exts/easter/earth_photos.py b/bot/exts/easter/earth_photos.py index d3b21644..71fb1313 100644 --- a/bot/exts/easter/earth_photos.py +++ b/bot/exts/easter/earth_photos.py @@ -43,7 +43,7 @@ class EarthPhotos(commands.Cog):                  color=Colours.grass_green              )              embed.set_image(url=embedlink) -            embed.add_field(name="Author", value=f"Made by [{username}]({profile}) on Unsplash.") +            embed.add_field(name="Author", value=f"Photo by [{username}]({profile}) on Unsplash.")          await ctx.send(embed=embed) | 
