aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/halloween/hacktoberstats.py
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-03-26 12:39:33 +1000
committerGravatar GitHub <[email protected]>2019-03-26 12:39:33 +1000
commitc998013624ca47a98543a0464f343ae79c8a1627 (patch)
tree18319ecb8c008804d9a84fe4fab92e4bcfd3d1b6 /bot/seasons/halloween/hacktoberstats.py
parentRemove unnecessary listener from local error handler (diff)
Adjust cog load logs to use cog class name.
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 41a7f5f2..81f11455 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.info("Hacktober stats cog loaded")
+ log.info("HacktoberStats cog loaded")