aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Marko Kovačević <[email protected]>2018-10-10 11:04:24 +0200
committerGravatar Marko Kovačević <[email protected]>2018-10-10 11:04:24 +0200
commita4c8da298b4b44fe222b304676029407734c77f6 (patch)
treef9cbb5e3cd6bdecaeb22784cce11f651c03b3861
parentImplement Halloweenify feature. (diff)
Change message to a more friendly one.
-rw-r--r--bot/cogs/halloweenify.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/bot/cogs/halloweenify.py b/bot/cogs/halloweenify.py
index 0422e787..58cef019 100644
--- a/bot/cogs/halloweenify.py
+++ b/bot/cogs/halloweenify.py
@@ -33,8 +33,9 @@ class Halloweenify:
embed.colour = discord.Colour.dark_orange()
embed.title = 'Wow!'
embed.description = (
- f'Your previous nickname, **{ctx.author.display_name}**, wasn\'t spooky enough for you that you have '
- f'decided to change it?! Okay, your new nickname will be **{nickname}**.\n\n'
+ 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 👻 **{nickname}** 🎃'
)
embed.set_image(url=image)