mirror of
https://github.com/vicr123/AstralMod.git
synced 2025-01-22 11:51:54 -05:00
16 lines
353 B
Text
16 lines
353 B
Text
{
|
|
"version": "1.0",
|
|
"debuggerType": "nodejs",
|
|
"runTypes": [
|
|
{
|
|
"name": "Start",
|
|
"program": "./bot.js --nowelcome",
|
|
"debug": true
|
|
},
|
|
{
|
|
"name": "Start with Debug messages",
|
|
"program": "./bot.js --nowelcome --debug",
|
|
"debug": true
|
|
}
|
|
]
|
|
}
|