////////////////////// // GLOBAL VARIABLES // ////////////////////// const sbAction = ''; ///////////////////////// // STREAMER.BOT EVENTS // ///////////////////////// window.parent.sbClient.on('General.Custom', (response) => { console.debug(response.data); CustomEvent(response.data); }) ///////////////// // PRINTER BOT // ///////////////// ////////////////////// // HELPER FUNCTIONS // ////////////////////// /////////////////////// // PAGE INTERACTIONS // /////////////////////// /////////////////// // PAGE SETTINGS // ///////////////////