setInterval(function() {
      bot.blinkm.getRGBColor(function(err, data) {
        console.log(err || "Current Color: ", data);
      });