-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.unmodified.json
48 lines (43 loc) · 1.45 KB
/
config.unmodified.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
{
"tokenfile": "{enter token filename (with extension) here}",
"useragent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) discord/0.0.309 Chrome/83.0.4103.122 Electron/9.3.5 Safari/537.36",
"buffer": 1048576,
"options": {
"validateFileHeaders": false,
"generateFileChecksums": false,
"sanitizeFileNames": true,
"compressImageData": false,
"compressTextData": false,
"gatherJSONData": true
},
"query": {
"images": false,
"files": false,
"embeds": false,
"links": false,
"videos": false,
"nsfw": true
},
"types": {
"images": true,
"videos": true,
"files": true,
"text": true
},
"directs": {
"anything you want to name it will become the folder name that stores the files": "direct message channel id",
"this will come in handy whenever this branch has DM scraping implemented, right now that's on the backburner of bugfixing and feature implementation.": "another direct message channel id"
},
"guilds": {
"guild/server 1 id": [
"guild/server 1 channel 1 id",
"guild/server 1 channel 2 id",
"guild/server 1 channel 3 id"
],
"guild/server 2 id": [
"guild/server 2 channel 1 id",
"guild/server 2 channel 2 id",
"guild/server 2 channel 3 id"
]
}
}