forked from ntkhang03/Goat-Bot-V2
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathconfigCommands.dev.json
More file actions
32 lines (32 loc) · 881 Bytes
/
configCommands.dev.json
File metadata and controls
32 lines (32 loc) · 881 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
{
"commandBanned": {},
"envGlobal": {
"weatherApiKey": "d7e795ae6a0d44aaa8abb1a0a7ac19e4",
"goatbotApikey": ""
},
"envCommands": {
"daily": {
"rewardDay1": {
"coin": 100,
"exp": 10
}
},
"notification": {
"delayPerGroup": 250
},
"rank": {
"deltaNext": 5
},
"rankup": {
"deltaNext": 5
},
"appstore": {
"limitResult": 3
}
},
"envEvents": {
"logsbot": {
"allow": true
}
}
}