from redbot.core.bot import Red from .extendedaudio import ExtendedAudio async def setup(bot: Red): await bot.add_cog(ExtendedAudio(bot))