Exemplo n.º 1
0
def setup(bot: commands.bot):
    bot.add_cog(Poll(bot))
Exemplo n.º 2
0
def setup(bot: commands.bot) -> None:
    """Egg decorating Cog load."""
    bot.add_cog(EggDecorating(bot))
    log.info("EggDecorating cog loaded.")
Exemplo n.º 3
0
def setup(bot: commands.bot):
    bot.add_cog(Youtube(bot))
Exemplo n.º 4
0
def setup_all(bot: dbot, logger, lang):
    for module in __all__:
        bot.add_cog((getattr(importlib.import_module('.' + module, 'commands'),
                             module.capitalize()))(bot, logger, lang))
    return bot
Exemplo n.º 5
0
def setup(bot: commands.bot):
    bot.add_cog(purger(bot))
Exemplo n.º 6
0
def setup(bot: commands.bot):
    bot.add_cog(Moderator(bot))
Exemplo n.º 7
0
def setup(bot: commands.bot) -> None:
    """Sets up the Wolfram cog."""
    bot.add_cog(Wolfram(bot))
Exemplo n.º 8
0
def setup(bot: commands.bot):
    bot.add_cog(Halloween(bot))
Exemplo n.º 9
0
def setup(bot: commands.bot):
    bot.add_cog(Tags(bot))
Exemplo n.º 10
0
def setup(bot: commands.bot):
    bot.add_cog(Track(bot))
Exemplo n.º 11
0
def setup(bot: commands.bot):
    bot.add_cog(Github(bot))
Exemplo n.º 12
0
def setup(bot: commands.bot):
    log.debug("Debug module loaded")
    bot.add_cog(Debug(bot))
Exemplo n.º 13
0
def setup(bot: commands.bot):
    bot.add_cog(Leveling(bot))
Exemplo n.º 14
0
def setup(bot: commands.bot):
    bot.add_cog(MangaDex(bot))
Exemplo n.º 15
0
def setup(bot: commands.bot):
    bot.add_cog(Lenny(bot))
Exemplo n.º 16
0
def setup(bot: commands.bot):
    bot.add_cog(Help(bot))
Exemplo n.º 17
0
def setup(bot: commands.bot):
    bot.add_cog(Music(bot))