Example #1
0
def setup(bot: BOTCBot):
    """Set the cog up."""
    bot.add_cog(Debug(bot))
Example #2
0
def setup(bot: BOTCBot):
    """Set the cog up."""
    bot.add_cog(Events(bot))
Example #3
0
def setup(bot: BOTCBot):
    """Set the cog up."""
    bot.add_cog(PreferenceManagement(bot))
Example #4
0
def setup(bot: BOTCBot):
    """Set the cog up."""
    bot.add_cog(ScriptManagement(bot))
Example #5
0
def setup(bot: BOTCBot):
    """Set the cog up."""
    bot.add_cog(Info(bot))