This commit is contained in:
Glitch (dvdbot-hri7566) 2024-01-04 07:54:18 +00:00
parent 37a6fa2f72
commit 8b08b389f6
3 changed files with 4 additions and 1 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
node_modules
.env

View File

@ -1,5 +1,5 @@
const MPPClient = require('mpp-client-xt');
const client = new MPPClient("wss://ts.terrium.net:8443", undefined);
const client = new MPPClient("wss://mpp.hri7566.info:8443", undefined);
const fs = require('fs');
client.start();

View File

@ -0,0 +1 @@
[]