ravenbotv14/startBot.json

10 lines
142 B
JSON
Raw Normal View History

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