diff options
author | 2020-11-14 18:09:12 +0000 | |
---|---|---|
committer | 2020-11-14 18:09:12 +0000 | |
commit | d7763e5a459807b847f929d3ed6857c2bedd4d6d (patch) | |
tree | 14c74c8682d2ab326dc7e4114787cfe069cabcf9 | |
parent | Remove HacktoberStats cog from loaded cogs (diff) |
Remove CandyCollection cogs from loaded cogs
-rw-r--r-- | bot/exts/halloween/candy_collection.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/halloween/candy_collection.py b/bot/exts/halloween/candy_collection.py index a862e1af..815b0d16 100644 --- a/bot/exts/halloween/candy_collection.py +++ b/bot/exts/halloween/candy_collection.py @@ -197,4 +197,3 @@ class CandyCollection(commands.Cog): def setup(bot: commands.Bot) -> None: """Candy Collection game Cog load.""" - bot.add_cog(CandyCollection(bot)) |