diff options
| author | 2018-11-20 15:49:33 -0500 | |
|---|---|---|
| committer | 2018-11-20 15:49:33 -0500 | |
| commit | 401126ef8d8f7955be835096791c980248145231 (patch) | |
| tree | 7e5e6153b02737624e8b78f932cc15488f3810c4 /bot/cogs/hacktober/halloweenify.py | |
| parent | Add typing context manager where appropriate (diff) | |
Resolve Flake8
Diffstat (limited to '')
| -rw-r--r-- | bot/cogs/hacktober/halloweenify.py | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/bot/cogs/hacktober/halloweenify.py b/bot/cogs/hacktober/halloweenify.py index 57ed9390..5d270974 100644 --- a/bot/cogs/hacktober/halloweenify.py +++ b/bot/cogs/hacktober/halloweenify.py @@ -36,7 +36,8 @@ class Halloweenify:              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\n ' +                f'{ctx.author.display_name} isn\'t scary at all! ' +                'Let me think of something better. Hmm... I got it!\n\n '                  f'Your new nickname will be: \n :ghost: **{nickname}** :jack_o_lantern:'              )              embed.set_image(url=image) | 
