summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-10-21 06:41:03 +0200
committerVolpeon <git@volpeon.ink>2021-10-21 06:41:03 +0200
commite9bc9082601a68f5021c402db7d3c9c72a5378c5 (patch)
treec96357567c23cda851d53327d0a0eb524ae31c71
parentExclude transformation (diff)
downloadferalbot-e9bc9082601a68f5021c402db7d3c9c72a5378c5.tar.gz
feralbot-e9bc9082601a68f5021c402db7d3c9c72a5378c5.tar.bz2
feralbot-e9bc9082601a68f5021c402db7d3c9c72a5378c5.zip
Allow cub, but block bad tags related to it
-rw-r--r--src/config.ts5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/config.ts b/src/config.ts
index e01a07c..88ba8b7 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -17,8 +17,9 @@ const mainQuery: GetPostQuery = {
17 "-obese", 17 "-obese",
18 "-friendship_is_magic", 18 "-friendship_is_magic",
19 "-my_little_pony", 19 "-my_little_pony",
20 "-paw_patrol",
20 "-diaper", 21 "-diaper",
21 "-cub", 22 "-pacifier",
22 "-hyper", 23 "-hyper",
23 "-lips", 24 "-lips",
24 "-dress", 25 "-dress",
@@ -32,7 +33,7 @@ const mainQuery: GetPostQuery = {
32 "score:>=20", 33 "score:>=20",
33 "inpool:false", 34 "inpool:false",
34 ], 35 ],
35 maxPage: 117, 36 maxPage: 120,
36}; 37};
37 38
38export default { 39export default {