from .. import logger async def setup(bot): from .component import KoanComponent await bot.add_component(KoanComponent(bot))