mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Changed the way Kick is connected
This commit is contained in:
@@ -125,6 +125,7 @@ const client = new StreamerbotClient({
|
||||
console.log(`Streamer.bot successfully connected to ${sbServerAddress}:${sbServerPort}`)
|
||||
console.debug(data);
|
||||
SetConnectionStatus(true);
|
||||
KickConnect();
|
||||
},
|
||||
|
||||
onDisconnect: () => {
|
||||
@@ -433,9 +434,6 @@ async function KickConnect() {
|
||||
}
|
||||
}
|
||||
|
||||
// Try connect when window is loaded
|
||||
window.addEventListener('load', KickConnect);
|
||||
|
||||
|
||||
//////////////////////
|
||||
// TIKFINITY CLIENT //
|
||||
|
||||
Reference in New Issue
Block a user