6 lines
110 B
Python
6 lines
110 B
Python
from .. import logger
|
|
|
|
async def setup(bot):
|
|
from .cog import KoanCog
|
|
await bot.add_cog(KoanCog(bot))
|