forked from Vedza/NitroSniperGo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
50 lines (50 loc) · 810 Bytes
/
settings.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
{
"tokens": {
"main": "NzE5MDUzNTEzNjM5OTg1MjA0.G5YZuu.QoTunWSfCB8n5PYfqEJSmOHbAcfJQRjJhI7yR0",
"alts": [
""
]
},
"status": {
"main": "online",
"alts": "invisible"
},
"nitro": {
"max": 2,
"cooldown": 24,
"main_sniper": true,
"delay": true
},
"giveaway": {
"enable": true,
"delay": 15,
"dm": "Hey, I won a giveaway !",
"dm_delay": 25,
"blacklist_words": [
"bot",
"test",
"ban"
],
"whitelist_words": [
"nitro"
],
"blacklist_servers": []
},
"invite": {
"enable": true,
"delay": {
"min": 10,
"max": 20
},
"max": 10,
"cooldown": 6
},
"privnote": {
"enable": false
},
"webhook": {
"url": "",
"good_only": false
},
"blacklist_servers": []
}