pusher.allChannels().forEach((channels) =>{
    if (channels.name !== "protein"){
      alert("The channel is not encrypted and not ready to be sent!", channel.name);
      return
    }