GalaxyCogs/podcast/__init__.py

6 lines
89 B
Python
Raw Normal View History

2023-03-04 15:36:46 -05:00
from .podcast import Podcast
async def setup(bot):
await bot.add_cog(Podcast(bot))