GalaxyCogs/galaxy/__init__.py

6 lines
86 B
Python
Raw Normal View History

2023-02-27 12:43:38 -05:00
from .galaxy import Galaxy
async def setup(bot):
await bot.add_cog(Galaxy(bot))