diff --git a/index.js b/index.js index 9c177e4..2e57576 100644 --- a/index.js +++ b/index.js @@ -148,6 +148,7 @@ wsServer.on("connection", function connection(socket) { socket.send(JSON.stringify(lanyardData)) socket.send(`{ "op": 1 }`) + socket.send(`{"op": 4, "spins": ${violetSpins}}`) sockets.push({ socket, lastPing: Date.now() }) })