diff options
author | 2021-03-04 13:57:26 -0600 | |
---|---|---|
committer | 2021-03-04 13:57:26 -0600 | |
commit | 1ae9948c04257c27fb2e71e5ae03a05bcd1db60e (patch) | |
tree | 8d4778d671183c6af921354319cdbd198bdb42cf | |
parent | style guidelines (diff) |
single space fix
-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 96282d24..12fe6f1c 100644 --- a/bot/exts/easter/earth_photos.py +++ b/bot/exts/easter/earth_photos.py @@ -41,7 +41,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) |