diff options
| author | 2019-01-05 14:09:12 -0500 | |
|---|---|---|
| committer | 2019-01-05 14:09:12 -0500 | |
| commit | 00dbe8b2cb64991102be0e242d3e54175d207814 (patch) | |
| tree | b8ea0a18c9920c7bd3b02337607fa1d3bd3c6282 | |
| parent | Remove unused imports (diff) | |
Review-directed reformatting
| -rw-r--r-- | bot/seasons/christmas/adventofcode.py | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/bot/seasons/christmas/adventofcode.py b/bot/seasons/christmas/adventofcode.py index e9853222..f0e4f0da 100644 --- a/bot/seasons/christmas/adventofcode.py +++ b/bot/seasons/christmas/adventofcode.py @@ -210,9 +210,7 @@ class AdventOfCode:              await author.send(info_str)          except discord.errors.Forbidden:              log.debug(f"{author.name} ({author.id}) has disabled DMs from server members") -            await ctx.send( -                f':x: {author.mention}, please (temporarily) enable DMs to receive the join code' -            ) +            await ctx.send(f":x: {author.mention}, please (temporarily) enable DMs to receive the join code")      @adventofcode_group.command(          name="leaderboard", | 
