diff options
| author | 2018-10-10 11:04:24 +0200 | |
|---|---|---|
| committer | 2018-10-10 11:04:24 +0200 | |
| commit | a4c8da298b4b44fe222b304676029407734c77f6 (patch) | |
| tree | f9cbb5e3cd6bdecaeb22784cce11f651c03b3861 /bot | |
| parent | Implement Halloweenify feature. (diff) | |
Change message to a more friendly one.
Diffstat (limited to 'bot')
| -rw-r--r-- | bot/cogs/halloweenify.py | 5 | 
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) | 
