static void botWithInput(S input) { botWithInput(defaultBotName(), input); } static void botWithInput(S botName, S input) { setConsoleInputIfEmpty(input); consoleAddAskButton(); bot(botName); }