diff options
author | 2020-11-14 18:07:31 +0000 | |
---|---|---|
committer | 2020-11-14 18:07:31 +0000 | |
commit | 9573ed1930289339a0bd75ad487f89fdda9f94ad (patch) | |
tree | 1b0117959dcb0b2ef4ca2a00780d054281d76091 /bot/exts/halloween/hacktoberstats.py | |
parent | Revert autoformatter changes (diff) |
Remove HacktoberStats cog from loaded cogs
Diffstat (limited to 'bot/exts/halloween/hacktoberstats.py')
-rw-r--r-- | bot/exts/halloween/hacktoberstats.py | 1 |
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)) |