from redbot.core.bot import Red from .logger import Logger async def setup(bot: Red) -> None: await bot.add_cog(Logger(bot))