SeaCogs/art/__init__.py
SeaswimmerTheFsh b2b1af110f
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 40s
feat(art): add cog
2023-12-30 04:21:49 -05:00

5 lines
77 B
Python

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