aboutsummaryrefslogtreecommitdiff
path: root/examples/basic_voice.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/basic_voice.py')
-rw-r--r--examples/basic_voice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basic_voice.py b/examples/basic_voice.py
index 63c0b7fe..048f5cf0 100644
--- a/examples/basic_voice.py
+++ b/examples/basic_voice.py
@@ -52,7 +52,7 @@ class YTDLSource(discord.PCMVolumeTransformer):
return cls(discord.FFmpegPCMAudio(filename, **ffmpeg_options), data=data)
-class Music:
+class Music(commands.Cog):
def __init__(self, bot):
self.bot = bot