function makeLastSeenMsg(name, period) { if (period <= 60) { return `${name}: ${period}minute before connect` } else if (period > 60 && period