Rework entire cog system and partially document it and extensions.
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user