-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.json
More file actions
29 lines (29 loc) · 1.07 KB
/
Copy pathconfig.json
File metadata and controls
29 lines (29 loc) · 1.07 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
{
"botName": "GoatBot v2",
"prefix": "!",
"adminUIDs": [
"100000000000000"
],
"operatorUIDs": [],
"developer": "Gtajisan",
"port": 3000,
"options": {
"listenEvents": true,
"selfListen": false,
"listenTyping": false,
"updateAppState": true,
"autoMarkDelivery": true,
"autoMarkRead": false
},
"fcaOptions": {
"forceLogin": true,
"logLevel": "silent",
"updatePresence": true,
"userAgent": "Mozilla/5.0 (Linux; Android 14; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.165 Mobile Safari/537.36"
},
"userAgents": {
"android": "Mozilla/5.0 (Linux; Android 14; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.6422.165 Mobile Safari/537.36",
"facebookAndroidApp": "Mozilla/5.0 (Linux; Android 14; Pixel 8 Pro Build/UD1A.230803.041; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/125.0.6422.165 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/450.0.0.34.109;]",
"desktopChrome": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36"
}
}