// Quick Botifier takes a program with an "answer" function and turns it into a bot. !747 m { static S botID = "#1001694"; static S botName = "Points Bot."; static O bot; p { bot = include(botID); callMain(bot); makeAndroid3(botName, makeResponder(bot)); } }