if you add this code to your embed script: `windo...
# 🌎general
b
if you add this code to your embed script:
Copy code
window.botpressWebChat.onEvent(
        function (event) {
          if (event.type === 'LIFECYCLE.LOADED') {
            window.botpressWebChat.sendEvent({ type: 'show' })
          }
        },
        ['LIFECYCLE.LOADED']
      )
it should keep the chat window open