static S askSelf(S s, O... args) { try { ret (S) call(getMainBot(), "askSelf", format(s, args)); } catch (Throwable e) { ret exceptionToUser(e); } }