!7 standardBot1 DiscordToPhilosophyBot { new SimpleFactStore factStore; sync S processSimplifiedLine(S s, O... _) { try answer super.processSimplifiedLine(s, _); try answer factStore_cmds(factStore, s, authed(_)); ret philosophyBotWithFactStore_discordAnswer( ai_weightChangeBot_theory(), factStore, s, _); } }