-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfigCommands.dev.json
More file actions
52 lines (52 loc) · 805 Bytes
/
configCommands.dev.json
File metadata and controls
52 lines (52 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"commandBanned": {},
"envGlobal": {
"weatherApiKey": "d7e795ae6a0d44aaa8abb1a0a7ac19e4",
"goatbotApikey": ""
},
"envCommands": {
"daily": {
"rewardDay1": {
"coin": 100,
"exp": 10
},
"rewardFirstDay": {
"coin": 100,
"exp": 10
}
},
"notification": {
"delayPerGroup": 250
},
"rank": {
"deltaNext": 5
},
"rankup": {
"deltaNext": 5
},
"appstore": {
"limitResult": 3
},
"dhbc": {
"reward": 1000
},
"quiz2": {
"reward": 640
},
"qr": {},
"spellingbee": {
"reward": 30
}
},
"envEvents": {
"logsbot": {
"allow": true
}
},
"commandUnload": [
"0ai.js",
"baba.js",
"claire.js",
"0stalk.js"
]
}