mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -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({
|
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}`)
|
||||||
|
|||||||
Reference in New Issue
Block a user