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