40 lines
987 B
JSON
40 lines
987 B
JSON
{
|
|
"baseUrl": "https://",
|
|
"server": "",
|
|
"userId": "@",
|
|
"authPath": "auth.json",
|
|
"storePath": "store.json",
|
|
"auth": {
|
|
"accessToken": "",
|
|
"deviceId": ""
|
|
},
|
|
"app": {
|
|
"triggerPrefix": "!",
|
|
"bowlingRoomId": "",
|
|
"experience": {
|
|
"gain": 5,
|
|
"startingRequirement": 50,
|
|
"multiplier": 1.25,
|
|
"timeout": 300000
|
|
},
|
|
"money": {
|
|
"gain": 2,
|
|
"startingValue": 10,
|
|
"timeout": 3600000
|
|
},
|
|
"ai": {
|
|
"api": {
|
|
"key": ""
|
|
},
|
|
"personalities": [
|
|
{
|
|
"personalityName": "puk",
|
|
"personality": "You are Aslobot. Be helpful. Be concise, keep text as short as possible.",
|
|
"likes": [],
|
|
"dislikes": [],
|
|
"timeout": 3600000
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|