-
Notifications
You must be signed in to change notification settings - Fork 225
Expand file tree
/
Copy pathconfig.json
More file actions
87 lines (87 loc) · 2.28 KB
/
config.json
File metadata and controls
87 lines (87 loc) · 2.28 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
{
"version": "1.8.0",
"language": "en",
"DeveloperMode": true,
"autoCreateDB": true,
"allowInbox": false,
"autoClean": true,
"adminOnly": false,
"encryptSt": false,
"removeSt": false,
"UPDATE": {
"Package": true,
"EXCLUDED": [
"chalk",
"mqtt",
"https-proxy-agent",
"gradient-string"
],
"Info": "This section manages the bot's automatic package updates. To disable this function, set 'Package' to false. If you only want to exclude specific packages, set them to true and add them in the 'EXCLUDED' list."
},
"commandDisabled": [],
"eventDisabled": [],
"BOTNAME": "Bot",
"PREFIX": "?",
"ADMINBOT": [
"YOUR_FB_UID",
"OTHER_FB_UID"
],
"DESIGN": {
"Title": "BotPack",
"Theme": "Blue",
"Admin": "YOUR_NAME",
"Setup": {
"Info": "Design your own custom terminal Titlebar for the title and must contain no numbers",
"Themes": "Customize your console effortlessly with various theme colors. Explore Aqua, Fiery, Blue, Orange, Pink, Red, Retro, Sunlight, Teen, Summer, Flower, Ghost, Purple, Rainbow, and Hacker themes to enhance your terminal logs."
}
},
"APPSTATEPATH": "appstate.json",
"DEL_FUNCTION": false,
"ADD_FUNCTION": true,
"FCAOption": {
"forceLogin": false,
"listenEvents": true,
"autoMarkDelivery": false,
"autoMarkRead": false,
"logLevel": "error",
"selfListen": false,
"online": true,
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/600.3.18 (KHTML, like Gecko) Version/8.0.3 Safari/600.3.18",
"byPassRegion": "PNB"
},
"daily": {
"cooldownTime": 43200000,
"rewardCoin": 500
},
"work": {
"cooldownTime": 1200000
},
"help": {
"autoUnsend": true,
"delayUnsend": 60
},
"adminUpdate": {
"autoUnsend": true,
"sendNoti": true,
"timeToUnsend": 10
},
"adminNoti": {
"autoUnsend": true,
"sendNoti": true,
"timeToUnsend": 10
},
"sing": {
"YOUTUBE_API": "AIzaSyCqox-KXEwDncsuo2HIpE0MF8J7ATln5Vc",
"SOUNDCLOUD_API": "M4TSyS6eV0AcMynXkA3qQASGcOFQTWub"
},
"video": {
"YOUTUBE_API": "AIzaSyDEE1-zZSRVI8lTaQOVsIAQFgL-_BJKvhk"
},
"audio": {
"YOUTUBE_API": "AIzaSyDEE1-zZSRVI8lTaQOVsIAQFgL-_BJKvhk"
},
"menu": {
"autoUnsend": true,
"delayUnsend": 60
}
}