aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/__init__.py
diff options
context:
space:
mode:
authorGravatar Chris Goes <[email protected]>2019-03-25 22:41:34 -0600
committerGravatar GitHub <[email protected]>2019-03-25 22:41:34 -0600
commitc971c2822dce39abde76acffbded7bc03a58ba50 (patch)
treefc3e6484b77907bc0158c271af26261d013ae508 /bot/seasons/__init__.py
parentMerge pull request #155 from python-discord/ci-cleanup (diff)
parentRemove unneeded fstring prefix. (diff)
Merge pull request #132 from python-discord/dpy-cog-changes
Add new Cog class inheritance & event listener decoration
Diffstat (limited to 'bot/seasons/__init__.py')
-rw-r--r--bot/seasons/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/__init__.py b/bot/seasons/__init__.py
index c43334a4..1512fae2 100644
--- a/bot/seasons/__init__.py
+++ b/bot/seasons/__init__.py
@@ -9,4 +9,4 @@ log = logging.getLogger(__name__)
def setup(bot):
bot.add_cog(SeasonManager(bot))
- log.debug("SeasonManager cog loaded")
+ log.info("SeasonManager cog loaded")