-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
81 lines (81 loc) · 2.15 KB
/
Copy pathconfig.json
File metadata and controls
81 lines (81 loc) · 2.15 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
{
"accounts": [
{
"token": "YOUR_DISCORD_TOKEN",
"is_main": true,
"is_feeder": false,
"proxy_url": null,
"user_agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36",
"device_id": "YOUR_DEVICE_ID"
}
],
"webhook_url": "https://discord.com/api/webhooks/WEBHOOK_ID/WEBHOOK_TOKEN",
"webhook_notifications": true,
"bot_author_blacklist": [
432610292342587392,
1156418379050127430,
1137344054187802664,
1089476688246738985,
1154077045903593555,
1149106738151305216,
1074118427184205974,
1093310583266353192,
776897904404987946,
1164588905065095219,
1140615763082879047,
646937666251915264,
368521195940741122,
1028956609382199346,
571027211407196161,
1071634826341396540,
838278395795079209,
320731871359008768,
1201646718895280148,
415773861486002186,
1100424685272961135,
873722451547291678,
1006190394415005788,
1153715777594200074,
1089935069927456849,
669228505128501258,
1130083482878623835,
716390085896962058,
678344927997853742,
1274435601470459946,
356268235697553409,
1275655805093281863,
907648113777455114,
1193672589428654120,
566974579281625089,
880741926918303746,
408785106942164992,
1279183892699414598,
429457053791158281,
1369923670482354268,
346353957029019648,
1351446847914508298,
751151926959276050
],
"nitro_settings": {
"max_concurrent_snipes": 100,
"request_timeout": 10,
"max_retries": 3
},
"giveaway_settings": {
"min_delay_sec": 2.5,
"max_delay_sec": 7.0,
"dm_message": "Hey there! I saw your giveaway ended and I won. I just wanted to say thanks for hosting! 🎉",
"global_blacklist_keywords": [
"fake", "bot", "congratulations", "has boosted", "welcome",
"ticket", "entered", "won", "has left", "level", "test"
],
"server_specific_rules": {}
},
"invite_sniper_settings": {
"enabled": false,
"min_member_count": 50,
"max_member_count": 50000,
"server_blacklist_ids": [],
"max_joins_per_hour": 5
}
}