aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/halloweenify.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/cogs/halloweenify.py')
-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 58cef019..c49e0058 100644
--- a/bot/cogs/halloweenify.py
+++ b/bot/cogs/halloweenify.py
@@ -31,11 +31,11 @@ class Halloweenify:
# Build up a Embed
embed = discord.Embed()
embed.colour = discord.Colour.dark_orange()
- embed.title = 'Wow!'
+ 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 👻 **{nickname}** 🎃'
+ f'new nickname will be: \n :jack_o_lantern: **{nickname}** :ghost:'
)
embed.set_image(url=image)