def setup(bot): if 'reddit' not in bot.cfg['credentials']: logger.warning('Not adding Reddit cog, not present in configuration!') return bot.add_cog(Reddit(bot))