diff options
| author | 2020-07-14 22:32:09 -0400 | |
|---|---|---|
| committer | 2020-07-14 22:32:09 -0400 | |
| commit | b297304c8d79f0241bb044aa5d54e648c42e8f71 (patch) | |
| tree | 44e461c44d0aa1830bb44f60d3fa6c378be3e14d /bot/exts/halloween/candy_collection.py | |
| parent | Removed logging, added more explicit error catching.. (diff) | |
| parent | Install git in Docker image (diff) | |
Merge branch 'master' into statuscats
Diffstat (limited to 'bot/exts/halloween/candy_collection.py')
| -rw-r--r-- | bot/exts/halloween/candy_collection.py | 6 |
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) |