diff options
-rw-r--r-- | bot/cogs/halloweenify.py | 4 |
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) |