from .. import logger async def setup(bot): from .cog import KoanCog await bot.add_cog(KoanCog(bot))