mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
45 lines
573 B
JavaScript
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 //
|
|
///////////////////
|