GalaxyCogs/info/__init__.py

5 lines
80 B
Python

from .info import Info
async def setup(bot):
await bot.add_cog(Info(bot))