forked from sk7295/FALTU-BOT
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfigCommands.dev.json
More file actions
66 lines (66 loc) · 1017 Bytes
/
configCommands.dev.json
File metadata and controls
66 lines (66 loc) · 1017 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"commandBanned": {},
"envGlobal": {
"weatherApiKey": "d7e795ae6a0d44aaa8abb1a0a7ac19e4",
"goatbotApikey": ""
},
"envCommands": {
"daily": {
"rewardFirstDay": {
"coin": 100,
"exp": 10
}
},
"notification": {
"delayPerGroup": 250
},
"rank": {
"deltaNext": 5
},
"rankup": {
"deltaNext": 5
},
"appstore": {
"limitResult": 3
},
"dhbc": {
"reward": 100000
},
"timer": {},
"quiz": {
"reward": 0
},
"note": {
"delayPerGroup": 250
},
"datetime": {},
"info": {},
"ads": {
"deltaNext": 5
},
"antiout": {
"deltaNext": 5
},
"botnick": {
"delayPerGroup": 250
},
"cry": {
"deltaNext": 5
},
"tell": {
"delayPerGroup": 250
},
"info2": {}
},
"envEvents": {
"logsbot": {
"allow": true
}
},
"commandUnload": [
"hello.js",
"write.js",
"war.js",
"prefix.js"
]
}