!7 cmodule Monkey > DynDiscordHopper { S myName = "Monkey"; @Override S answer(S input, Map map) { ret mapEachLine_tlft_nempties(input, s -> { new Matches m; if "what's your name" ret myName; if (swic_trim(s, "!power ", m)) { ret or2(joinWithSpacedPlus(agiBlue_parsedPowerWords(tok_splitAtPlus(m.rest()))), "No results"); } try answer super.answer(s, map); //try answer agiBlue_getAnswer(s); try answer agiBlue_lookup(s, 'answer, 'is, 'means); null; }); } }