aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Dillon Runke <[email protected]>2021-03-09 16:54:57 -0600
committerGravatar GitHub <[email protected]>2021-03-09 16:54:57 -0600
commitccfb8a7deea064b3b1e02d233d033cec20891eba (patch)
tree1799da04f0caa2277571fa6dfbb52ba233ce81e8 /bot
parentUpdate earth_photos.py (diff)
small style fix
Diffstat (limited to 'bot')
-rw-r--r--bot/exts/easter/earth_photos.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/bot/exts/easter/earth_photos.py b/bot/exts/easter/earth_photos.py
index 60e34b15..58d7de61 100644
--- a/bot/exts/easter/earth_photos.py
+++ b/bot/exts/easter/earth_photos.py
@@ -46,10 +46,9 @@ class EarthPhotos(commands.Cog):
)
embed.set_image(url=embedlink)
embed.add_field(
- name="Author",
- value=f"Photo by [{username}]({profile}{rf}) \
- on [Unsplash](https://unsplash.com{rf})."
- )
+ value=f"Photo by [{username}]({profile}{rf}) "
+ f"on [Unsplash](https://unsplash.com{rf})."
+ )
await ctx.send(embed=embed)