function messageInit(member, channel, weeks) { StatsModel.findOne({ Id: member }, (err, data) => { if (err) return console.error(err); if (!data) {