summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-10-19 16:10:45 +0200
committerVolpeon <git@volpeon.ink>2021-10-19 16:10:45 +0200
commitdd8900d204878831f9e9e305a52344e1072a05a1 (patch)
tree0176bc30518170382a639541aad7e63d4a745ae2
parentExclude obese (diff)
downloadferalbot-dd8900d204878831f9e9e305a52344e1072a05a1.tar.gz
feralbot-dd8900d204878831f9e9e305a52344e1072a05a1.tar.bz2
feralbot-dd8900d204878831f9e9e305a52344e1072a05a1.zip
Exclude dress
-rw-r--r--src/config.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/config.ts b/src/config.ts
index 78f6a20..2cbcda0 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -21,6 +21,7 @@ const mainQuery: GetPostQuery = {
21 "-cub", 21 "-cub",
22 "-hyper", 22 "-hyper",
23 "-lips", 23 "-lips",
24 "-dress",
24 "-animated", 25 "-animated",
25 "-adolf_hitler_(artist)", 26 "-adolf_hitler_(artist)",
26 "-photography_(artwork)", 27 "-photography_(artwork)",
@@ -29,7 +30,7 @@ const mainQuery: GetPostQuery = {
29 "score:>=15", 30 "score:>=15",
30 "inpool:false", 31 "inpool:false",
31 ], 32 ],
32 maxPage: 176, 33 maxPage: 175,
33}; 34};
34 35
35export default { 36export default {