forked from jonellcc/botpack-fixed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
93 lines (93 loc) · 2.6 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
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
88
89
90
91
92
93
{
"version": "1.7.6",
"language": "en",
"useEnvForCredentials": false,
"envGuide": "When useEnvForCredentials enabled, it will use the process.env key provided for email and password, which helps hide your credentials, you can find env in render's environment tab, you can also find it in replit secrets.",
"DeveloperMode": true,
"autoCreateDB": false,
"allowInbox": false,
"autoClean": true,
"adminOnly": false,
"autoCensor": true,
"encryptSt": false,
"removeSt": false,
"UPDATE": {
"Package": true,
"EXCLUDED": [
"chalk",
"mqtt",
"https-proxy-agent"
],
"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": [
"gptauto.js",
"gtpgo.js",
"resend.js"
],
"eventDisabled": [],
"OWNER": "OWNER OF BOT",
"BOTNAME": "BOTNAME HERE",
"PREFIX": "?",
"ADMINBOT": [
"UID HERE ADMIN",
""
],
"DESIGN": {
"Title": "BOTPACK",
"Theme": "BLUE",
"Admin": "FIXED BY JONELL",
"Setup": {
"Info": "Design your own custom terminal Titlebar for the title and must contain no numbers",
"Theme": "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"
},
"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
}
}