-
Notifications
You must be signed in to change notification settings - Fork 4
/
bot_settings_types.json
66 lines (66 loc) · 1.54 KB
/
bot_settings_types.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
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
[
{
"key": "start_quests",
"name": "Auto Complete Quests",
"type": "checkbox",
"default_value": "on",
"description": ""
},
{
"key": "join_channels",
"name": "Quests - Join Channels",
"type": "checkbox",
"default_value": "on",
"description": ""
},
{
"key": "change_name",
"name": "Quests - Add 🐾 to your name",
"type": "checkbox",
"default_value": "off",
"description": ""
},
{
"key": "premium_quest",
"name": "Quests - Claim Premium Users Quest (PAWS Emoji Status)",
"type": "checkbox",
"default_value": "off",
"description": ""
},
{
"key": "referral_token",
"name": "Referral Token",
"type": "text",
"placeholder": "",
"default_value": "",
"required": false,
"description": "Put your referral token here. Format: 38pIETXd"
},
{
"key": "max_threads",
"name": "Max Threads",
"type": "range",
"default_value": 5,
"description": "Maximum number of threads to use for checking groups of accounts based on their proxies.",
"min": 1,
"max": 15
},
{
"key": "delay_between_accounts",
"name": "Delay Between Check Accounts",
"type": "range",
"default_value": 35,
"description": "How long to wait between accounts, in seconds",
"min": 10,
"max": 3600
},
{
"key": "check_interval",
"name": "Sleep delay after checked all account",
"type": "range",
"default_value": 86400,
"description": "How often to login into accounts, in seconds",
"min": 3600,
"max": 86400
}
]