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