5 lines
77 B
Python
5 lines
77 B
Python
from .art import Art
|
|
|
|
|
|
async def setup(bot):
|
|
await bot.add_cog(Art(bot))
|