aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/halloween/hacktoberstats.py
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-03-26 14:53:13 -0400
committerGravatar sco1 <[email protected]>2019-03-26 14:53:13 -0400
commit0bc509af4c7e5184a575763279756dac0a425dab (patch)
treee444b611009bd084a7148a4724ed3f9a446e2b8a /bot/seasons/halloween/hacktoberstats.py
parentRespect docstring summary/description spacing. (diff)
parentMerge pull request #132 from python-discord/dpy-cog-changes (diff)
Merge branch 'master' into flake8-docstring
Resolve merge conflicts
Diffstat (limited to 'bot/seasons/halloween/hacktoberstats.py')
-rw-r--r--bot/seasons/halloween/hacktoberstats.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/hacktoberstats.py b/bot/seasons/halloween/hacktoberstats.py
index 3e2a261d..ce32ad9f 100644
--- a/bot/seasons/halloween/hacktoberstats.py
+++ b/bot/seasons/halloween/hacktoberstats.py
@@ -341,4 +341,4 @@ def setup(bot):
"""Hacktoberstats Cog load."""
bot.add_cog(HacktoberStats(bot))
- log.debug("HacktoberStats cog loaded")
+ log.info("HacktoberStats cog loaded")