GalaxyCogs/podcast/__init__.py

5 lines
89 B
Python

from .podcast import Podcast
async def setup(bot):
await bot.add_cog(Podcast(bot))