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