aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs
diff options
context:
space:
mode:
authorGravatar Marko Kovačević <[email protected]>2018-10-10 11:26:59 +0200
committerGravatar Marko Kovačević <[email protected]>2018-10-10 11:26:59 +0200
commitff5882981e0fcaba65f8b6ffa0dcbdd756826503 (patch)
tree1f68c083227b995a1f78c89a35ad34a2ac2338c4 /bot/cogs
parentOoops, reversed the emojis. (diff)
Missing newline.
Diffstat (limited to 'bot/cogs')
-rw-r--r--bot/cogs/halloweenify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/halloweenify.py b/bot/cogs/halloweenify.py
index 226d55db..e4fb787c 100644
--- a/bot/cogs/halloweenify.py
+++ b/bot/cogs/halloweenify.py
@@ -35,7 +35,7 @@ class Halloweenify:
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 Your '
- f'new nickname will be: \n :ghost: **{nickname}** :jack_o_lantern:'
+ f'new nickname will be: \n\n :ghost: **{nickname}** :jack_o_lantern:'
)
embed.set_image(url=image)