aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/hacktober/halloweenify.py
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2018-11-20 15:49:33 -0500
committerGravatar sco1 <[email protected]>2018-11-20 15:49:33 -0500
commit401126ef8d8f7955be835096791c980248145231 (patch)
tree7e5e6153b02737624e8b78f932cc15488f3810c4 /bot/cogs/hacktober/halloweenify.py
parentAdd typing context manager where appropriate (diff)
Resolve Flake8
Diffstat (limited to 'bot/cogs/hacktober/halloweenify.py')
-rw-r--r--bot/cogs/hacktober/halloweenify.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bot/cogs/hacktober/halloweenify.py b/bot/cogs/hacktober/halloweenify.py
index 57ed9390..5d270974 100644
--- a/bot/cogs/hacktober/halloweenify.py
+++ b/bot/cogs/hacktober/halloweenify.py
@@ -36,7 +36,8 @@ class Halloweenify:
embed.title = 'Not spooky enough?'
embed.description = (
f'**{ctx.author.display_name}** wasn\'t spooky enough for you? That\'s understandable, '
- f'{ctx.author.display_name} isn\'t scary at all! Let me think of something better. Hmm... I got it!\n\n '
+ f'{ctx.author.display_name} isn\'t scary at all! '
+ 'Let me think of something better. Hmm... I got it!\n\n '
f'Your new nickname will be: \n :ghost: **{nickname}** :jack_o_lantern:'
)
embed.set_image(url=image)