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