def setup(bot: MrFreeze): """Add the cog to the bot.""" bot.add_cog(ErrorHandler(bot))
def setup(bot: MrFreeze) -> None: """Add the cog to the bot.""" bot.add_cog(Moderation(bot))
def setup(bot: MrFreeze) -> None: """Load the cog into the bot.""" bot.add_cog(BanishAndRegion(bot))
def setup(bot: MrFreeze) -> None: """Add the cog to the bot.""" bot.add_cog(LeaveMessages(bot))
def setup(bot: MrFreeze) -> None: """Add the cog to the bot.""" bot.add_cog(About(bot))
def setup(bot: MrFreeze) -> None: """Add the cog to the bot.""" bot.add_cog(UserCommands(bot))
def setup(bot: MrFreeze) -> None: """Add the cog to the bot.""" bot.add_cog(TemperatureConverter(bot))
def setup(bot: MrFreeze) -> None: """Add the cog to the bot.""" bot.add_cog(DevTools(bot))
def setup(bot: MrFreeze) -> None: """Add the cog to the bot.""" bot.add_cog(LogLevel(bot))
def setup(bot: MrFreeze) -> None: """Add the cog to the bot.""" bot.add_cog(CommandLogger(bot))
def setup(bot: MrFreeze) -> None: """Add the cog to the bot.""" bot.add_cog(Inkcyclopedia(bot))