aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/halloween/spookyreact.py
diff options
context:
space:
mode:
authorGravatar Jeremiah Boby <[email protected]>2019-03-31 16:48:41 +0100
committerGravatar GitHub <[email protected]>2019-03-31 16:48:41 +0100
commit7dfc4a485b89d8e5a7f695bce1f6848ce186d33f (patch)
tree99612627e63ff61e3076cf22e385c37326a5d38e /bot/seasons/halloween/spookyreact.py
parentMerge pull request #146 from python-discord/flake8-docstring (diff)
parentBump Easter event 1 day to accommodate April Fools (diff)
Merge pull request #156 from python-discord/hotfix
Cog inheritance hotfix
Diffstat (limited to 'bot/seasons/halloween/spookyreact.py')
-rw-r--r--bot/seasons/halloween/spookyreact.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/spookyreact.py b/bot/seasons/halloween/spookyreact.py
index f1dbb905..9b14507a 100644
--- a/bot/seasons/halloween/spookyreact.py
+++ b/bot/seasons/halloween/spookyreact.py
@@ -17,7 +17,7 @@ SPOOKY_TRIGGERS = {
}
-class SpookyReact:
+class SpookyReact(Cog):
"""A cog that makes the bot react to message triggers."""
def __init__(self, bot):