Update module.js

This commit is contained in:
Rodrigo Emanuel
2025-05-11 02:59:58 -03:00
committed by GitHub
parent 29ba20fde0
commit 41ce0aa8fa

View File

@@ -13,6 +13,7 @@ const kick7TVEmojis = new Map();
if (showKickViewers == false) { document.querySelector('#statistics #kick').style.display = 'none'; }
if (kickUserName) {
const kickWebSocket = new WebSocket(
`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) => {