Switched to ES6, Added public IP module, Code optimization.

This commit is contained in:
2023-06-26 13:49:38 +02:00
parent 7ddf460928
commit 7dd0cf5e1f
3 changed files with 68 additions and 80 deletions

View File

@@ -5,8 +5,9 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
"start": "node index.js --all"
},
"type": "module",
"repository": {
"type": "git",
"url": "https://git.justw.tf/Lightemerald/mcr-bot.git"
@@ -20,4 +21,4 @@
"pino": "^8.14.1",
"public-ip": "^6.0.1"
}
}
}