final fix for possibly wrong .env values, structural changes to bot, bot supports sharding from now onwards

This commit is contained in:
2022-12-25 21:13:02 +01:00
parent f002da6439
commit bff96545f8
5 changed files with 75 additions and 25 deletions

View File

@ -4,7 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "node ."
"start": "node sharding",
"test": "node ."
},
"author": "",
"license": "ISC",