diff options
| -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 3abedd0c..d3b21644 100644 --- a/bot/exts/easter/earth_photos.py +++ b/bot/exts/easter/earth_photos.py @@ -39,7 +39,7 @@ 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) | 
