aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/halloween/candy_collection.py
diff options
context:
space:
mode:
authorGravatar Kieran Siek <[email protected]>2020-09-18 23:01:42 +0800
committerGravatar GitHub <[email protected]>2020-09-18 23:01:42 +0800
commit636cda284a5a2c2f51a17e87c8b71c0f6edcfb22 (patch)
tree3523b6eb11f5d752f9060dfba18dbd68a14ac1b0 /bot/exts/halloween/candy_collection.py
parentFix typo in casercipher help. (diff)
parentMerge pull request #442 from python-discord/reddit-command-fix (diff)
Merge branch 'master' into caesar-command
Diffstat (limited to 'bot/exts/halloween/candy_collection.py')
-rw-r--r--bot/exts/halloween/candy_collection.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/bot/exts/halloween/candy_collection.py b/bot/exts/halloween/candy_collection.py
index 2c7d2f23..caf0df11 100644
--- a/bot/exts/halloween/candy_collection.py
+++ b/bot/exts/halloween/candy_collection.py
@@ -212,9 +212,9 @@ class CandyCollection(commands.Cog):
e = discord.Embed(colour=discord.Colour.blurple())
e.add_field(name="Top Candy Records", value=value, inline=False)
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 ghosts...",
+ value="Candies will randomly appear on messages sent. "
+ "\nHit the candy when it appears as fast as possible to get the candy! "
+ "\nBut beware the ghosts...",
inline=False)
await ctx.send(embed=e)