DiscordJS-v14-Template/startBot.json

10 lines
139 B
JSON

{
"apps": [
{
"name": "bot-copy",
"script": "node index.js",
"args" : ""
}
]
}