forked from YANDEVA/BotPack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
86 lines (86 loc) · 2.06 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
{
"language": "en",
"DeveloperMode": true,
"autoCreateDB": true,
"allowInbox": true,
"autoClean": true,
"adminOnly": false,
"encryptSt": true,
"removeSt": false,
"UPDATE": {
"Package": true,
"EXCLUDED": [
"chalk",
"mqtt"
]
},
"commandDisabled": [],
"eventDisabled": [],
"BOTNAME": "Nisa armira | botpack",
"PREFIX": "/",
"ADMINBOT": [
"61554413523355"
],
"DESIGN": {
"Title": "nisa armira",
"Theme": "Orange",
"Admin": "edinst",
"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,
"CONNECT_LOG": false,
"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"
},
"version": "1.6.0",
"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
},
"math": {
"WOLFRAM": "T8J8YV-H265UQ762K"
},
"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
}
}