🏓 Checkpoint

./server.js:9949330/343
This commit is contained in:
Glitch (dvdbot-hri7566) 2020-05-02 00:54:34 +00:00
parent a7eb6035a6
commit f41205eee2
1 changed files with 0 additions and 13 deletions

View File

@ -1,16 +1,3 @@
const http = require("http");
http
.createServer(function(request, response) {
response.writeHead(200, { "Content-Type": "text/plain" });
response.end(
"welcome to hri's bot page :)\nthis is just here so heroku/glitch doesn't freak out"
);
})
.listen(process.env.PORT || 3000);
console.log("HTTP Host Established");
const MPPClient = require('mpp-client-xt');
const client = new MPPClient("http://www.multiplayerpiano.com", undefined);
const fs = require('fs');