mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Force SB scheme to 'ws'
This commit is contained in:
@@ -139,6 +139,7 @@ document.documentElement.style.setProperty('--animation-speed', `${animationSpee
|
||||
const client = new StreamerbotClient({
|
||||
host: sbServerAddress,
|
||||
port: sbServerPort,
|
||||
scheme: 'ws',
|
||||
|
||||
onConnect: (data) => {
|
||||
console.log(`Streamer.bot successfully connected to ${sbServerAddress}:${sbServerPort}`)
|
||||
|
||||
Reference in New Issue
Block a user