.on("ready", function(bot) {
    bot.camera.on("error", function(err) {
      console.log("Camera error: ", err);
    });