.on("ready", function(bot) {
    bot.mpl115a2.getTemperature(function(err, data) {
      if (err) {
        console.log(err);
        return;