aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/halloween/hacktoberstats.py
diff options
context:
space:
mode:
authorGravatar Jeremiah Boby <[email protected]>2020-11-14 18:07:31 +0000
committerGravatar Jeremiah Boby <[email protected]>2020-11-14 18:07:31 +0000
commit9573ed1930289339a0bd75ad487f89fdda9f94ad (patch)
tree1b0117959dcb0b2ef4ca2a00780d054281d76091 /bot/exts/halloween/hacktoberstats.py
parentRevert autoformatter changes (diff)
Remove HacktoberStats cog from loaded cogs
Diffstat (limited to 'bot/exts/halloween/hacktoberstats.py')
-rw-r--r--bot/exts/halloween/hacktoberstats.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/halloween/hacktoberstats.py b/bot/exts/halloween/hacktoberstats.py
index d2762513..85f70ef0 100644
--- a/bot/exts/halloween/hacktoberstats.py
+++ b/bot/exts/halloween/hacktoberstats.py
@@ -489,4 +489,3 @@ class HacktoberStats(commands.Cog):
def setup(bot: commands.Bot) -> None:
"""Hacktoberstats Cog load."""
- bot.add_cog(HacktoberStats(bot))