feat: run bots in one process

This commit is contained in:
GramingFoxTeam
2022-12-25 15:45:40 +03:00
parent 54ec6232ee
commit d26d533174
5 changed files with 140 additions and 115 deletions

9
bots/package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "bots",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"author": "Reis Can",
"license": "GPL-3.0-or-later"
}