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