aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/halloween/hacktoberstats.py
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-03-05 16:35:39 -0500
committerGravatar sco1 <[email protected]>2019-03-05 16:35:39 -0500
commit721d20c8ab4421a3453afcfd3a6c1338c22b41aa (patch)
tree3f7837bb5b17521c2d8cb2638845971158f32553 /bot/seasons/halloween/hacktoberstats.py
parentMerge branch 'master' into dpy-cog-changes (diff)
Set cog load log messages to info
Per the contributor doc
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 8ac448b8..41a7f5f2 100644
--- a/bot/seasons/halloween/hacktoberstats.py
+++ b/bot/seasons/halloween/hacktoberstats.py
@@ -332,4 +332,4 @@ class HacktoberStats(commands.Cog):
def setup(bot):
bot.add_cog(HacktoberStats(bot))
- log.debug("HacktoberStats cog loaded")
+ log.info("Hacktober stats cog loaded")