SeaCogs/art/__init__.py
SeaswimmerTheFsh 48cd63c5d4
Some checks failed
Pylint / Pylint (3.11) (push) Failing after 42s
feat(art): introduced art cog
2023-12-28 10:00:14 -05:00

5 lines
77 B
Python

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