diff options
-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", |