diff options
| author | 2021-03-04 10:58:25 -0600 | |
|---|---|---|
| committer | 2021-03-04 10:58:25 -0600 | |
| commit | 3fa4049b0c16777c7a9349dc9058d89a4a44b5c7 (patch) | |
| tree | 5c4a7a8f4c85d6aa1d9ab83c3dd6427b50815505 | |
| parent | String upgrade (diff) | |
Update earth_photos.py
| -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) |