!7 cmodule Monkey > DynDiscordHopper { S myName = "Monkey"; S answer(Map map, S s) { if "what's your name" ret myName; ret super.answer(map, s); } }