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