!7 standardBot1 DiscordToPhilosophyBot { sync S processSimplifiedLine(S s, O... _) { try answer super.processSimplifiedLine(s, _); optPar long userID; optPar bool bot; print(userID + " (" + (bot ? "bot" : "human") + "): " + s); null; } }