GalaxyCogs/galaxy/__init__.py

5 lines
73 B
Python
Raw Normal View History

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