GalaxyCogs/galaxy/__init__.py

5 lines
86 B
Python

from .galaxy import Galaxy
async def setup(bot):
await bot.add_cog(Galaxy(bot))