Update module.js
This commit is contained in:
@@ -13,6 +13,7 @@ const kick7TVEmojis = new Map();
|
|||||||
|
|
||||||
if (showKickViewers == false) { document.querySelector('#statistics #kick').style.display = 'none'; }
|
if (showKickViewers == false) { document.querySelector('#statistics #kick').style.display = 'none'; }
|
||||||
|
|
||||||
|
if (kickUserName) {
|
||||||
|
|
||||||
const kickWebSocket = new WebSocket(
|
const kickWebSocket = new WebSocket(
|
||||||
`wss://ws-us2.pusher.com/app/32cbd69e4b950bf97679?protocol=7&client=js&version=8.4.0-rc2&flash=false`
|
`wss://ws-us2.pusher.com/app/32cbd69e4b950bf97679?protocol=7&client=js&version=8.4.0-rc2&flash=false`
|
||||||
@@ -112,6 +113,12 @@ kickWebSocket.onmessage = async ({ data }) => {
|
|||||||
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
else {
|
||||||
|
console.debug('Kick User not set in ChatRD');
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
streamerBotClient.on('General.Custom', (response) => {
|
streamerBotClient.on('General.Custom', (response) => {
|
||||||
|
Reference in New Issue
Block a user