static BakedBot latestBotWithRulesAndCreator(S rules, O creator) { BakedBot bot = bakedBotWithRules(rules); bot.useIterate(true); bot.useDiskCache(true); setCreatorTo(bot.bot, creator); ret bot; }