-
Notifications
You must be signed in to change notification settings - Fork 16
/
config.json
40 lines (40 loc) · 1.13 KB
/
config.json
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
{
"token": "enter account token",
"prefix": ">",
"settings": {
"channel_ids":[
1253727886800588820,
1270754511362850817
],
"owodm_channelid": enter owo_dm channel id,
"channel_change_interval": [5, 15],
"animal_types": "all",
"slotamount": ["100", "500", "200"],
"autocoinflip_amount": ["100", "500", "200"],
"random_commands": ["zoo", "ping", "pic animal_cat", "xp"]
},
"plugins": {
"autosell": "true",
"autolevelup": "true",
"autoslot": "true",
"autocoinflip": "true",
"autohunt": "true",
"autohuntbot": "true",
"autopray": "true",
"use_random_commands": "true"
},
"captcha": {
"avail_services": ["twocaptcha", "capsolver", "capmonster", "captchaai", "scrappey", "nopecha"],
"hcaptcha_service": "scrappey",
"hcaptcha_key": "hservice_api_key",
"TextToImage_service": "nopecha",
"TextToImage_key": "texttoimage_key",
"huntbot_key": "join discord to get its free dumb"
},
"notifications": {
"captcha_alerts": "webhook_url",
"daily_claim_alerts": "webhook_url",
"huntbot_alert": "webhook_url",
"funds_alerts": "webhook_url"
}
}