Merge V3/feature/audio into V3/develop (a.k.a. audio refactor) (#3459)

This commit is contained in:
Draper
2020-05-20 21:30:06 +01:00
committed by GitHub
parent ef76affd77
commit 8fa47cb789
53 changed files with 12372 additions and 10144 deletions

View File

@@ -1,8 +1,9 @@
from redbot.core import commands
from redbot.core.bot import Red
from .audio import Audio
from .core import Audio
def setup(bot: commands.Bot):
def setup(bot: Red):
cog = Audio(bot)
bot.add_cog(cog)
cog.start_up_task()