GalaxyCogs/info/__init__.py

6 lines
80 B
Python
Raw Normal View History

2023-03-03 13:46:32 -05:00
from .info import Info
async def setup(bot):
await bot.add_cog(Info(bot))