Ruby-Cogs/extendedaudio/__init__.py

5 lines
No EOL
143 B
Python

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