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