2021222324252627
public class RunXMLBot { public static void main(String[] args) { BotRunner.create(new RemoteSocketServer()); }