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