forked from Goatbottest/GoatBot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfigCommands.dev.json
More file actions
99 lines (99 loc) · 1.56 KB
/
configCommands.dev.json
File metadata and controls
99 lines (99 loc) · 1.56 KB
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"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": 1000
},
"qr": {},
"quiz": {
"reward": 0
},
"notice": {
"delayPerGroup": 250
},
"announce": {
"delayPerGroup": 250
},
"info": {},
"pokebot": {
"deltaNext": 5
},
"spellingbee": {
"reward": 30
},
"antiout": {
"deltaNext": 5
},
"job": {
"rewardFirstDay": {
"coin": 100,
"exp": 10
}
},
"tokengetter": {
"autoUnsend": true,
"delayUnsend": 300
},
"country": {
"reward": 500
}
},
"envEvents": {
"logsbot": {
"allow": true
}
},
"commandUnload": [
"hentaivid.js",
"lyrics2.js",
"motivate.js",
"offbot.js",
"dhbc.js",
"tik.js",
"bankinstaller.js",
"supportgc.js",
"hentai2.js",
"haha.js",
"redroom.js",
"autoreactv3.js",
"autoreact.js",
"tokengetter.js",
"fbtoken.js",
"aiv5.js",
"gptv1.js",
"aiv2.js",
"bardv1.js",
"ai2.js",
"blackbox.js",
"aiv3.js",
"pinterest.js",
"aiv6.js",
"aiv9.js",
"0blackbox1.js",
"aiv8.js",
"aiv4.js",
"aiv0.js"
]
}