static BakedBot bakedBotWithRulesAndFacts(S rules, S facts) { BakedBot bot = bakedBotWithRules(rules); bot.lists.setText("Random facts", facts); ret bot; }