aboutsummaryrefslogtreecommitdiffstats
path: root/bot/cogs/halloweenify.py
diff options
context:
space:
mode:
authorGravatar Marko Kovačević <[email protected]>2018-10-10 11:21:50 +0200
committerGravatar Marko Kovačević <[email protected]>2018-10-10 11:21:50 +0200
commit8ea196581e70e149ce998d9c49bf8bf1f9a746db (patch)
tree4cda90c51ba75b780ff3f92ee3bf934eab530adc /bot/cogs/halloweenify.py
parentMinor changes to the Embed. (diff)
Ooops, reversed the emojis.
Diffstat (limited to 'bot/cogs/halloweenify.py')
-rw-r--r--bot/cogs/halloweenify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/cogs/halloweenify.py b/bot/cogs/halloweenify.py
index c49e0058..226d55db 100644
--- a/bot/cogs/halloweenify.py
+++ b/bot/cogs/halloweenify.py
@@ -35,7 +35,7 @@ class Halloweenify:
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 :jack_o_lantern: **{nickname}** :ghost:'
+ f'new nickname will be: \n :ghost: **{nickname}** :jack_o_lantern:'
)
embed.set_image(url=image)