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