diff --git a/server.js b/server.js index b7b2460..52a02b1 100644 --- a/server.js +++ b/server.js @@ -1,5 +1,5 @@ const MPPClient = require('mpp-client-xt'); -const client = new MPPClient("http://www.multiplayerpiano.com", undefined); +const client = new MPPClient("wss://ts.terrium.net:8443", undefined); const fs = require('fs'); client.start(); @@ -9,7 +9,7 @@ client.on("hi", () => { client.sendArray([{m:'userset', set:{name:"hri's dvdbot [dvd!help]"}}]); }) - client.setChannel("βœ§π“‘π“Ÿ π“‘π“Έπ“Έπ“Άβœ§"); + client.setChannel("lobby"); }); function chat(string) { diff --git a/stats.json b/stats.json index e69de29..c6bb4dc 100644 --- a/stats.json +++ b/stats.json @@ -0,0 +1 @@ +{"edgehits":3,"cornerhits":0} \ No newline at end of file