// Delay auto-open functionality // window.botpress.on("webchat:ready", () => { // setTimeout(() => { // window.botpress.open(); // }, 3000); // }); // Initialize Botpress Webchat