galactic-bot/start.json

9 lines
160 B
JSON
Raw Normal View History

2021-06-06 18:09:01 +02:00
{
"apps": [
{
"name": "new-gbot",
"script": "index.js",
2022-06-28 13:02:51 +02:00
"interpreter_args": "--trace-warnings"
2021-06-06 18:09:01 +02:00
}
]
}