ravenbotv14/startBot.json

10 lines
139 B
JSON
Raw Permalink Normal View History

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