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