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