Force SB scheme to 'ws'

This commit is contained in:
nutty
2026-01-09 23:02:58 +11:00
parent 03f0d09cf9
commit 91f0a6b2d7
+1
View File
@@ -139,6 +139,7 @@ document.documentElement.style.setProperty('--animation-speed', `${animationSpee
const client = new StreamerbotClient({ const client = new StreamerbotClient({
host: sbServerAddress, host: sbServerAddress,
port: sbServerPort, port: sbServerPort,
scheme: 'ws',
onConnect: (data) => { onConnect: (data) => {
console.log(`Streamer.bot successfully connected to ${sbServerAddress}:${sbServerPort}`) console.log(`Streamer.bot successfully connected to ${sbServerAddress}:${sbServerPort}`)