SeaCogs/art/__init__.py

5 lines
77 B
Python

from .art import Art
async def setup(bot):
await bot.add_cog(Art(bot))