aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts
diff options
context:
space:
mode:
authorGravatar Kronifer <[email protected]>2021-03-04 10:58:25 -0600
committerGravatar GitHub <[email protected]>2021-03-04 10:58:25 -0600
commit3fa4049b0c16777c7a9349dc9058d89a4a44b5c7 (patch)
tree5c4a7a8f4c85d6aa1d9ab83c3dd6427b50815505 /bot/exts
parentString upgrade (diff)
Update earth_photos.py
Diffstat (limited to 'bot/exts')
-rw-r--r--bot/exts/easter/earth_photos.py2
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)