I have two bots in the same page. One, bot1 is a popup form that starts when a button is clicked and the other, bot 2, is a bubble to interact with users. Bot 2 (bubble) is set via wordpress plugin. I use some other buttons to open this bot 2 aswell so i can put some text in the input field. My problem is that if a user starts a form (via popup bot 1) and clicks to 'exit' the popup, the bot stays 'suspended' and if i call Typebot.open(); on a cick of a button both bots open, not only the bot2 (bubble from plugin) as i want. Is there a way to open a particular bot if both are present in the same page? If i set to initiate bot2 in a button click then i will have double bubble bots...