aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar mathsman5133 <[email protected]>2018-10-10 11:04:18 +1100
committerGravatar GitHub <[email protected]>2018-10-10 11:04:18 +1100
commitf1f35f0b520a9efe7c4b74e3683766b3e82ef783 (patch)
treea3b3986a930e03125d4a7d625efb34380736b7a1
parentcandy-collection (diff)
Update candy_collection.py
-rw-r--r--bot/cogs/candy_collection.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/bot/cogs/candy_collection.py b/bot/cogs/candy_collection.py
index 41e9472f..208f6686 100644
--- a/bot/cogs/candy_collection.py
+++ b/bot/cogs/candy_collection.py
@@ -138,9 +138,8 @@ class CandyCollection:
async def send_spook_msg(self, channel, candies):
"""Send a (lame) spooky message"""
e = discord.Embed(colour=discord.Member.colour)
- e.set_author(name="You went to bed last night and the witch visited your grave."
- " She left a message that you will be cursed for as long as you live."
- f" You woke up this morning and found that {candies} candies had disappeared")
+ e.set_author(name="Ghosts and Ghouls and Jack o' lanterns at night; "
+ f"I took {candies} candies and quickly took flight.")
await channel.send(embed=e)
def save_to_json(self):
@@ -176,7 +175,7 @@ class CandyCollection:
e.add_field(name='\u200b',
value=f"Candies will randomly appear on messages sent. "
f"\nHit the candy when it appears as fast as possible to get the candy! "
- f"\nBut beware the witch...",
+ f"\nBut beware the ghosts...",
inline=False)
await ctx.send(embed=e)