def setup(bot: commands.bot): bot.add_cog(Poll(bot))
def setup(bot: commands.bot) -> None: """Egg decorating Cog load.""" bot.add_cog(EggDecorating(bot)) log.info("EggDecorating cog loaded.")
def setup(bot: commands.bot): bot.add_cog(Youtube(bot))
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
def setup(bot: commands.bot): bot.add_cog(purger(bot))
def setup(bot: commands.bot): bot.add_cog(Moderator(bot))
def setup(bot: commands.bot) -> None: """Sets up the Wolfram cog.""" bot.add_cog(Wolfram(bot))
def setup(bot: commands.bot): bot.add_cog(Halloween(bot))
def setup(bot: commands.bot): bot.add_cog(Tags(bot))
def setup(bot: commands.bot): bot.add_cog(Track(bot))
def setup(bot: commands.bot): bot.add_cog(Github(bot))
def setup(bot: commands.bot): log.debug("Debug module loaded") bot.add_cog(Debug(bot))
def setup(bot: commands.bot): bot.add_cog(Leveling(bot))
def setup(bot: commands.bot): bot.add_cog(MangaDex(bot))
def setup(bot: commands.bot): bot.add_cog(Lenny(bot))
def setup(bot: commands.bot): bot.add_cog(Help(bot))
def setup(bot: commands.bot): bot.add_cog(Music(bot))