ravenbotv14/startBot.json

10 lines
142 B
JSON
Raw Normal View History

2022-09-24 17:06:19 +00:00
{
"apps": [
{
"name": "bot-exactly",
"script": "node index.js",
"args" : ""
}
]
}