Files
nutty-tools/.templates/obs-dock/contents/script.js
T
nuttylmao c5e9890eb2 Re-release of Multistream Title Updater
Minor Printer.bot improvements
2025-09-13 21:12:33 +10:00

45 lines
573 B
JavaScript

//////////////////////
// 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 //
///////////////////