GalaxyCogs/info/__init__.py
2023-03-03 13:46:32 -05:00

5 lines
No EOL
67 B
Python

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