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