SeaCogs/art/__init__.py

6 lines
77 B
Python
Raw Normal View History

2023-12-28 10:00:14 -05:00
from .art import Art
async def setup(bot):
await bot.add_cog(Art(bot))