!7 cmodule Monkey > DynDiscordHopper { S myName = "Monkey"; @Override S answer(S input, Map map) { ret mapEachLine_tlft_nempties(input, s -> { if "what's your name" ret myName; try answer super.answer(s, map); try answer agiBlue_getAnswer(s); null; }); } }