.on("ready", function(bot) {
    bot.leapmotion.on("frame", function(frame) {
      console.log(frame.toString());
    });