aboutsummaryrefslogtreecommitdiffstats
path: root/bot
diff options
context:
space:
mode:
authorGravatar Marko Kovačević <[email protected]>2018-10-10 11:28:46 +0200
committerGravatar Marko Kovačević <[email protected]>2018-10-10 11:28:46 +0200
commitfb46d8f2dba8a5f00bf7914c8b4a026acbbf55fc (patch)
tree7fa2b3f4e6b35324306e19275d9c5c77e8bdd03a /bot
parentMissing newline. (diff)
Another cosmetic mistake.
Diffstat (limited to 'bot')
-rw-r--r--bot/cogs/halloweenify.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bot/cogs/halloweenify.py b/bot/cogs/halloweenify.py
index e4fb787c..8a9db3df 100644
--- a/bot/cogs/halloweenify.py
+++ b/bot/cogs/halloweenify.py
@@ -34,8 +34,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 Your '
- f'new nickname will be: \n\n :ghost: **{nickname}** :jack_o_lantern:'
+ 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)