diff options
| author | 2019-03-26 14:53:13 -0400 | |
|---|---|---|
| committer | 2019-03-26 14:53:13 -0400 | |
| commit | 0bc509af4c7e5184a575763279756dac0a425dab (patch) | |
| tree | e444b611009bd084a7148a4724ed3f9a446e2b8a /bot/seasons/christmas/adventofcode.py | |
| parent | Respect docstring summary/description spacing. (diff) | |
| parent | Merge pull request #132 from python-discord/dpy-cog-changes (diff) | |
Merge branch 'master' into flake8-docstring
Resolve merge conflicts
Diffstat (limited to '')
| -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 2fd474db..f61f34b5 100644 --- a/bot/seasons/christmas/adventofcode.py +++ b/bot/seasons/christmas/adventofcode.py @@ -714,4 +714,4 @@ def setup(bot: commands.Bot) -> None: """Advent of Code Cog load.""" bot.add_cog(AdventOfCode(bot)) - log.info("Cog loaded: adventofcode") + log.info("AdventOfCode cog loaded") |