summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.ts8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/config.ts b/src/config.ts
index 33fdc69..f771bed 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -15,10 +15,10 @@ const mainQuery = {
15 "-type:webm", 15 "-type:webm",
16 "-type:gif", 16 "-type:gif",
17 "status:active", 17 "status:active",
18 "score:>=20", 18 "score:>=15",
19 "inpool:false", 19 "inpool:false",
20 ], 20 ],
21 maxPage: 131, 21 maxPage: 195,
22}; 22};
23 23
24export default { 24export default {
@@ -26,10 +26,6 @@ export default {
26 userAgent: "@feralbot@botsin.space (by RedFoxxo)", 26 userAgent: "@feralbot@botsin.space (by RedFoxxo)",
27 queries: [ 27 queries: [
28 mainQuery, 28 mainQuery,
29 {
30 tags: [...mainQuery.tags, "-western_dragon"],
31 maxPage: 96,
32 },
33 ], 29 ],
34 }, 30 },
35 /*misskey: { 31 /*misskey: {