aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/halloween/spookysound.py
diff options
context:
space:
mode:
Diffstat (limited to 'bot/seasons/halloween/spookysound.py')
-rw-r--r--bot/seasons/halloween/spookysound.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/halloween/spookysound.py b/bot/seasons/halloween/spookysound.py
index b62a9893..7c4d8113 100644
--- a/bot/seasons/halloween/spookysound.py
+++ b/bot/seasons/halloween/spookysound.py
@@ -10,7 +10,7 @@ from bot.constants import Hacktoberfest
log = logging.getLogger(__name__)
-class SpookySound:
+class SpookySound(commands.Cog):
"""A cog that plays a spooky sound in a voice channel on command."""
def __init__(self, bot):