import logging logger = logging.getLogger(__name__) async def setup(bot): from .cog import LogCog await bot.add_cog(LogCog(bot))