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