diff options
author | 2018-12-10 17:34:38 -0500 | |
---|---|---|
committer | 2018-12-10 17:34:38 -0500 | |
commit | ebe67c3b469a52a1f4b4bcb2a6c2f231c30cfdd1 (patch) | |
tree | 3492ff517dff67ed23a0653c26d401abb7c21f24 /bot/seasons/christmas/adventofcode.py | |
parent | Add staff command to change AoC leaderboard join code (diff) |
Remove extraneous whitespace
Diffstat (limited to 'bot/seasons/christmas/adventofcode.py')
-rw-r--r-- | bot/seasons/christmas/adventofcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/christmas/adventofcode.py b/bot/seasons/christmas/adventofcode.py index 0d4fd966..056c36ab 100644 --- a/bot/seasons/christmas/adventofcode.py +++ b/bot/seasons/christmas/adventofcode.py @@ -223,7 +223,7 @@ class AdventOfCode: Staff command to update the AoC join code constant locally to allow for the code to be updated on regeneration without having to redeploy the bot """ - + author = ctx.message.author log.info(f"{author.name} ({author.id}) has changed the PyDis AoC leaderboard code") |