def setup(bot: MrFreeze):
    """Add the cog to the bot."""
    bot.add_cog(ErrorHandler(bot))
Beispiel #2
0
def setup(bot: MrFreeze) -> None:
    """Add the cog to the bot."""
    bot.add_cog(Moderation(bot))
Beispiel #3
0
def setup(bot: MrFreeze) -> None:
    """Load the cog into the bot."""
    bot.add_cog(BanishAndRegion(bot))
Beispiel #4
0
def setup(bot: MrFreeze) -> None:
    """Add the cog to the bot."""
    bot.add_cog(LeaveMessages(bot))
Beispiel #5
0
def setup(bot: MrFreeze) -> None:
    """Add the cog to the bot."""
    bot.add_cog(About(bot))
Beispiel #6
0
def setup(bot: MrFreeze) -> None:
    """Add the cog to the bot."""
    bot.add_cog(UserCommands(bot))
Beispiel #7
0
def setup(bot: MrFreeze) -> None:
    """Add the cog to the bot."""
    bot.add_cog(TemperatureConverter(bot))
Beispiel #8
0
def setup(bot: MrFreeze) -> None:
    """Add the cog to the bot."""
    bot.add_cog(DevTools(bot))
Beispiel #9
0
def setup(bot: MrFreeze) -> None:
    """Add the cog to the bot."""
    bot.add_cog(LogLevel(bot))
Beispiel #10
0
def setup(bot: MrFreeze) -> None:
    """Add the cog to the bot."""
    bot.add_cog(CommandLogger(bot))
Beispiel #11
0
def setup(bot: MrFreeze) -> None:
    """Add the cog to the bot."""
    bot.add_cog(Inkcyclopedia(bot))